How can I adjust document preview?

Questions and answers on how to use DOCXReadWrite
Post Reply
DiBase
Posts: 13
Joined: Wed Feb 16, 2022 9:41 pm

How can I adjust document preview?

Post 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
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: How can I adjust document preview?

Post by larsa »

Hello

Sorry, that is not implemented.
Lars Arvidsson, Axolot Data
Post Reply