Page 1 of 1

Print page per sheet, get print preview

Posted: Fri Dec 23, 2016 9:32 am
by kibub2
Hello,

1.
I want to print page per sheet and set property like this "SetProperty("Print.ScaleMult.AutoCentre", true, 0)"
but didn't work

2.
How can I get my own Print Preview without Print Dialog.?
I want to get my own preview to AxCoPDFXCview Form.

Re: Print page per sheet, get print preview

Posted: Fri Dec 23, 2016 5:10 pm
by Tracker Supp-Stefan
Hello kibub2,

Please take a look at this topic on how to make multiple pages per sheet printing work:
https://forum.pdf-xchange.com/ ... ype#p88153
AutoCentre is an part of the "Scale Simple" options:
https://help.pdf-xchange.com/DEV/de ... calesimple
So it should be set like this:

Code: Select all

SetProperty("Print.ScaleSimple.AutoCentre", 1, 0);
As for generating your own print preview - you will need to hide our print preview window alltogether, and generate your own with your own buttons and options.
Generating the thumbnail of the page to display as preview can be done using e.g. the simple Viewer SDK:
https://www.pdf-xchange.com/produc ... le-dll-sdk

Regards,
Stefan