'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
'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
Member | Description |
---|---|
Custom | Custom zoom factor, it is set by PDFPageView.Zoom property. |
FitHeight | The page is magnified just enough to fit the entire height of the page within the page view control. |
FitVisible | The page is magnified just enough to fit the entire page within the page view control both horizontally and vertically. |
FitWidth | The page is magnified just enough to fit the entire width of the page within the page view control. |
System.Object
System.ValueType
System.Enum
O2S.Components.PDFView4NET.PDFZoomMode
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