PJ
Pravin Joshua D
Syncfusion Team
April 6, 2010 09:34 AM UTC
Hi Justin,
Thank you for using Essential PDF.
It is possible to set the page scaling to either none or default using the following code snippet.
[C#]
doc.ViewerPreferences.PageScaling = PageScalingMode.None;
In the PDF reference, the allowable flags are only 'None' and 'AppDefault'. Hence, it is not possible to set the other page scaling like 'Fit To Printable Area'.
Please let us know if you have any questions.
Regards,
Pravin.