PTFitType
enum PTFitType {}
View Destination Fit Types:
XYZ - Destination specified as upper-left corner point and a zoom factor. Fit - Fits the page into the window FitH - Fits the widths of the page into the window FitV - Fits the height of the page into a window. FitR - Fits the rectangle specified by its upper-left and lower-right corner points into the window. FitB - Fits the rectangle containing all visible elements on the page into the window. FitBH - Fits the width of the bounding box into the window. FitBV - Fits the height of the bounding box into the window.
-
Undocumented
Declaration
Objective-C
e_ptXYZ
-
Undocumented
Declaration
Objective-C
e_ptFit
-
Undocumented
Declaration
Objective-C
e_ptFitH
-
Undocumented
Declaration
Objective-C
e_ptFitV
-
Undocumented
Declaration
Objective-C
e_ptFitR
-
Undocumented
Declaration
Objective-C
e_ptFitB
-
Undocumented
Declaration
Objective-C
e_ptFitBH
-
Undocumented
Declaration
Objective-C
e_ptFitBV