PDFView4NET WinForms Edition
PDFZoomMode Enumeration




O2S.Components.PDFView4NET Namespace : PDFZoomMode Enumeration
Specifies the available zoom modes for displaying a PDF page in the PDFPageView control.
Syntax
'Declaration
 
Public Enum PDFZoomMode 
   Inherits System.Enum
'Usage
 
Dim instance As PDFZoomMode
public enum PDFZoomMode : System.Enum 
__value public enum PDFZoomMode : public System.Enum 
public enum class PDFZoomMode : public System.Enum 
Members
MemberDescription
CustomCustom zoom factor, it is set by PDFPageView.Zoom property.
FitHeightThe page is magnified just enough to fit the entire height of the page within the page view control.
FitVisibleThe page is magnified just enough to fit the entire page within the page view control both horizontally and vertically.
FitWidthThe page is magnified just enough to fit the entire width of the page within the page view control.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.PDFZoomMode

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

O2S.Components.PDFView4NET Namespace