Page 1 of 1

When I printed PDF File, It's not fit A4 Size

Posted: Mon Dec 19, 2016 7:23 am
by greg
Hello.
I used PDF-XChange PDF Viewer SDK.
I have got a problem when I printed. The page size i attached pdf was too small(My printer display this size is A6).
but I want to print to A4 size..

so I tried Print metod.. but I can't print an A4 size.

first.
I was set FittoMargins
axCoPDFXCview1.SetProperty("Print.ScaleType", "FitToMargins")

second.
I was set paper size.

LANDSCAPE
axCoPDFXCview1.SetProperty("Print.PaperWidth", 11.7 * 10);
axCoPDFXCview1.SetProperty("Print.PaperWidth", 8.3 * 10);

PORTRAIT
axCoPDFXCview1.SetProperty("Print.PaperWidth", 11.7 * 10);
axCoPDFXCview1.SetProperty("Print.PaperWidth", 8.3 * 10);

How can I solve it?

Thanks.

Greg.

Re: When I printed PDF File, It's not fit A4 Size

Posted: Tue Dec 20, 2016 2:01 pm
by Tracker Supp-Stefan
Hello Greg,

Please try setting the scaling to "none" and then try specifying the desired size.
Let us know if that helps!

Regards,
Stefan