XFINIUM.PDF Documentation
PdfDestinationZoomMode Enumeration



Supported zoom modes for a destination.
Syntax
'Declaration
 
Public Enum PdfDestinationZoomMode 
   Inherits System.Enum
'Usage
 
Dim instance As PdfDestinationZoomMode
public enum PdfDestinationZoomMode : System.Enum 
public enum class PdfDestinationZoomMode : public System.Enum 
Members
MemberDescription
Fit Display the destination page, with its contents magnified just enough to fit the entire page within the window both horizontally and vertically.
FitB Display 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, with the vertical coordinate PdfPageDestination.Top positioned at the top edge of the window 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, with the horizontal coordinate PdfPageDestination.Left positioned at the left edge of the window 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, with the vertical coordinate PdfPageDestination.Top positioned at the top edge of the window 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 PdfPageDestination.Left, PdfPageDestination.Bottom, PdfPageDestination.Right, and PdfPageDestination.Top entirely within the window both horizontally and vertically.
FitVDisplay the destination page, with the horizontal coordinate PdfPageDestination.Left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of the page within the window.
XYZDisplay the destination page, with the coordinates (PdfPageDestination.Left, PdfPageDestination.Top) positioned at the upper-left corner of the window and the contents of the page magnified by the factor PdfPageDestination.Zoom.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xfinium.Pdf.Destinations.PdfDestinationZoomMode

Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


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.Destinations Namespace

Send Feedback