|
|
PdfToolbarZoom reads the Zoom value from the viewer. Just write the following before opening document. Code:
pdfViewer1.Zoom = 1.5f;
pdfViewer1.SizeMode = Patagames.Pdf.Net.Controls.Wpf.SizeModes.Zoom;
|
|
|
I am using pdftoolbarZoom. When I open a pdf document, I would like the zoom % of the document to be something specific but I can't figure out how to put that % value into pdftoolbarZoom at the opening of the document.
|
Important Information:
The Patagames Software Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close