Page 1 of 1

How can I adjust document preview?

Posted: Wed Feb 16, 2022 9:59 pm
by DiBase
I am using preview component of version 2.00.49 like this:

Code: Select all

	Preview = new TAXWPreviewVcl( this );
	Preview->Parent = this;
	Preview->Align = alClient;	
	Preview->Document = DOCX->Editor;
Works fine, but the document is always in same size on the screen.

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

Re: How can I adjust document preview?

Posted: Thu Feb 17, 2022 2:48 pm
by larsa
Hello

Sorry, that is not implemented.