PTPageViewMode
enum PTPageViewMode {}
PTPageViewMode lists common modes of viewing PDF pages. PDFView currently supports the following viewing modes:
- e_ptfit_page - page zoom is automatically adjusted so that entire page fits into available space.
- e_ptfit_width - page zoom is automatically adjusted so that page width fits into available space.
- e_ptfit_height - page zoom is automatically adjusted so that page height fits into available space.
- e_ptzoom - page is zoomed. The zoom ratio is specified using SetZoom() function.
- PTPVM_SIZE - the size of the enum, should always stay as the last element
-
Undocumented
Declaration
Objective-C
e_ptfit_page = 0
-
Undocumented
Declaration
Objective-C
e_ptfit_width
-
Undocumented
Declaration
Objective-C
e_ptfit_height
-
Undocumented
Declaration
Objective-C
e_ptzoom
-
Undocumented
Declaration
Objective-C
PTPVM_SIZE