Click or drag to resize

DestinationFitType Enumeration

View Destination Fit Types

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum DestinationFitType
Members
  Member nameValueDescription
e_XYZ0Destination specified as upper-left corner point and a zoom factor.
e_Fit1Fits the page into the window
e_FitH2Fits the widths of the page into the window
e_FitV3Fits the height of the page into a window.
e_FitR4Fits the rectangle specified by its upper-left and lower-right corner points into the window.
e_FitB5Fits the rectangle containing all visible elements on the page into the window.
e_FitBH6Fits the width of the bounding box into the window.
e_FitBV7Fits the height of the bounding box into the window.
See Also