Xfinium.Pdf.Destinations Namespace : PdfDestinationZoomMode Enumeration |
'Declaration
Public Enum PdfDestinationZoomMode Inherits System.Enum
'Usage
Dim instance As PdfDestinationZoomMode
public enum PdfDestinationZoomMode : System.Enum
public enum class PdfDestinationZoomMode : public System.Enum
Member | Description |
---|---|
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. |
FitBH | Display 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. |
FitBV | Display 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. |
FitH | Display 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. |
FitR | Display 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. |
FitV | Display 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. |
XYZ | Display 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. |
System.Object
System.ValueType
System.Enum
Xfinium.Pdf.Destinations.PdfDestinationZoomMode
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