Enum Destination.FitType
View Destination Fit Types
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum Destination.FitType
Fields
Name | Description |
---|---|
e_Fit | Fits the page into the window |
e_FitB | Fits the rectangle containing all visible elements on the page into the window. |
e_FitBH | Fits the width of the bounding box into the window. |
e_FitBV | Fits the height of the bounding box into the window. |
e_FitH | Fits the widths of the page into the window |
e_FitR | Fits the rectangle specified by its upper-left and lower-right corner points into the window. |
e_FitV | Fits the height of the page into a window. |
e_XYZ | Destination specified as upper-left corner point and a zoom factor. |