XFINIUM.PDF.View.Win Documentation
PdfZoomMode Enumeration



Xfinium.Pdf.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
         Xfinium.Pdf.View.PdfZoomMode

Requirements

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


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Xfinium.Pdf.View Namespace