O2S.Components.PDF4NET.View.Win Documentation
PDFZoomMode Enumeration



O2S.Components.PDF4NET.View Namespace : PDFZoomMode Enumeration
Specifies the available zoom modes for the PDFDocumentView control.
Syntax
'Declaration
 
Public Enum PDFZoomMode 
   Inherits System.Enum
'Usage
 
Dim instance As PDFZoomMode
public enum PDFZoomMode : System.Enum 
public enum class PDFZoomMode : public System.Enum 
Members
MemberDescription
CustomThe PDFDocumentView.Zoom value is set directly to an arbitrary value.
FitWidthThe PDFDocumentView.Zoom value is computed automatically so that the current page fils the viewer area on horizontal.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDF4NET.View.PDFZoomMode

Requirements

Supported .NET Platforms: .NET Framework 4.0 and higher, .NET 5.0 and higher, Windows Forms


Target Platforms:Windows 11, Windows 10, Windows 8.1, Windows 8, Windows 7

See Also