Rank: Member
Groups: Registered
Joined: 7/14/2016(UTC) Posts: 20  Thanks: 4 times
|
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.
|
|
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 1/5/2016(UTC) Posts: 1,138
Thanks: 10 times Was thanked: 133 time(s) in 130 post(s)
|
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;
|
|
|
|
|
|
Forum Jump
You can post new topics in this forum.
You can reply to topics in this forum.
You can delete your posts in this forum.
You can edit your posts in this forum.
You cannot create polls in this forum.
You can vote in polls in this forum.
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