Code: Select all
Preview = new TAXWPreviewVcl( this );
Preview->Parent = this;
Preview->Align = alClient;
Preview->Document = DOCX->Editor;
How can I adjust the preview with these functions:
- zoom in / out
- next / previous page
- goto page x
- adjust preview to windows height / widht or fit to window
All usual preview functions in other programs - but I can't find any functions / properties which support this.
Can anybody help?
- Dirk