PDFView4NET WinForms Edition
Zoom Property




O2S.Components.PDFView4NET Namespace > PDFPageView Class : Zoom Property
Gets or sets the zoom factor.
Syntax
'Declaration
 
<CategoryAttribute("PDF")>
<DescriptionAttribute("The zoom factor for the displayed pages")>
<DefaultValueAttribute(100)>
Public Property Zoom As Double
'Usage
 
Dim instance As PDFPageView
Dim value As Double
 
instance.Zoom = value
 
value = instance.Zoom
[Category("PDF")]
[Description("The zoom factor for the displayed pages")]
[DefaultValue(100)]
public double Zoom {get; set;}
[Category("PDF")]
[Description("The zoom factor for the displayed pages")]
[DefaultValue(100)]
public: __property double get_Zoom();
public: __property void set_Zoom( 
   double value
);
[Category("PDF")]
[Description("The zoom factor for the displayed pages")]
[DefaultValue(100)]
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