PDFView4NET WPF Edition
Zoom Property




O2S.Components.PDFView4NET.WPF Namespace > PDFPageView Class : Zoom Property
Gets or sets the zoom factor.
Syntax
'Declaration
 
Public Property Zoom As Double
'Usage
 
Dim instance As PDFPageView
Dim value As Double
 
instance.Zoom = value
 
value = instance.Zoom
public double Zoom {get; set;}
public: __property double get_Zoom();
public: __property void set_Zoom( 
   double value
);
public:
property double Zoom {
   double get();
   void set (    double value);
}

Property Value

The zoom factor for displaying the document's pages.
Remarks
The zoom factor is given in percents. Minimum zoom factor is 10%.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPageView Class
PDFPageView Members