logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Post a reply
From:
Message:

Maximum number of characters in each post is: 32767
Bold Italic Underline   Highlight Quote Choose Language for Syntax Highlighting Insert Image Insert an existing Attachment or upload a new File... Create Link   Unordered List Ordered List   Left Justify Center Justify Right Justify   Outdent Indent   More BBCode Tags
Font Color Font Size
Security Image:
Enter The Letters From The Security Image:
  Preview Post Cancel

Last 10 Posts (In reverse order)
Paul Rayman Posted: Saturday, October 1, 2016 2:31:56 AM(UTC)
 
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;
mukesh Posted: Friday, September 30, 2016 9:56:36 AM(UTC)
 
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.