PDFView4NET WPF Edition
PDFDestinationZoomMode Enumeration




O2S.Components.PDFView4NET Namespace : PDFDestinationZoomMode Enumeration
Specifies the available zoom modes that can be applied when the PDF page specified in the destination is displayed.
Syntax
'Declaration
 
Public Enum PDFDestinationZoomMode 
   Inherits System.Enum
'Usage
 
Dim instance As PDFDestinationZoomMode
public enum PDFDestinationZoomMode : System.Enum 
__value public enum PDFDestinationZoomMode : public System.Enum 
public enum class PDFDestinationZoomMode : public System.Enum 
Members
MemberDescription
FitDisplay the destination page, with its contents magnified just enough to fit the entire page within the window both horizontally and vertically.
FitBDisplay the destination page, with its contents magnified just enough to fit its bounding box entirely within the window both horizontally and vertically.
FitBHDisplay the destination page at the specified top position and the contents of the page magnified just enough to fit the entire width of its bounding box within the window.
FitBVDisplay the destination page at the specified left position and the contents of the page magnified just enough to fit the entire height of its bounding box within the window.
FitHDisplay the destination page at the specified top position and the contents of the page magnified just enough to fit the entire width of the page within the window.
FitRDisplay the destination page, with its contents magnified just enough to fit the rectangle specified by the coordinates left, bottom, right, and top entirely within the window both horizontally and vertically.
FitVDisplay the destination page at the specified left position and the contents of the page magnified just enough to fit the entire height of the page within the window.
XYZDisplay the destination page at the specified position and zoom.
Inheritance Hierarchy

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

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