PDF Viewer Control for .NET 2.0 Windows Forms
ZoomPercentage Property
NamespacesPdfViewer4WinNetPdfViewerZoomPercentage
Gets or sets the zoom percentage of the viewer as a float number. For example, 100 represents a magnification of 100%. A negative value means the default zoom percentage is used. The default value is -1.
Declaration Syntax
C#Visual BasicVisual C++
public float ZoomPercentage { get; set; }
Public Property ZoomPercentage As Single
public:
property float ZoomPercentage {
	float get ();
	void set (float value);
}

Assembly: PdfViewerWinNet (Module: PdfViewerWinNet) Version: 3.1.0.16508 (3.1.0.0)