DestinationFitType Enumeration |
View Destination Fit Types
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum DestinationFitType
Public Enumeration DestinationFitType
public enum class DestinationFitType
pdftron.PDF.DestinationFitType = function();
pdftron.PDF.DestinationFitType.createEnum('pdftron.PDF.DestinationFitType', false);
Members
| Member name | Value | Description |
---|
| e_XYZ | 0 | Destination specified as upper-left corner point and a zoom factor. |
| e_Fit | 1 | Fits the page into the window |
| e_FitH | 2 | Fits the widths of the page into the window |
| e_FitV | 3 | Fits the height of the page into a window. |
| e_FitR | 4 | Fits the rectangle specified by its upper-left and lower-right corner points into the window. |
| e_FitB | 5 | Fits the rectangle containing all visible elements on the page into the window. |
| e_FitBH | 6 | Fits the width of the bounding box into the window. |
| e_FitBV | 7 | Fits the height of the bounding box into the window. |
See Also