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

PDF-XChange Viewer SDK for Developer's
(ActiveX and Simple DLL Versions)

Moderators: TrackerSupp-Daniel, Tracker Support, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

Post Reply
greg
User
Posts: 1
Joined: Mon Dec 19, 2016 7:04 am

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

Post 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.
Attachments
페이퍼톡-오류.pdf
(1.22 MiB) Downloaded 178 times
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17824
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

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

Post 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
Post Reply