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

Notification

Icon
Error

New Topic Post Reply
Options
Go to last post Go to first unread
mukesh  
#1 Posted : Friday, September 30, 2016 9:56:36 AM(UTC)
Quote
mukesh

Rank: Member

Groups: Registered
Joined: 7/14/2016(UTC)
Posts: 20
United States

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.
Paul Rayman  
#2 Posted : Saturday, October 1, 2016 2:31:56 AM(UTC)
Quote
Paul Rayman

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;
Quick Reply Show Quick Reply
Users browsing this topic
Guest
Similar Topics
PdfToolBarZoomEx in WPF (Common Questions)
by Anja 6/17/2016 2:49:23 PM(UTC)
New Topic Post Reply
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.