PDFViewCtrlPageViewMode Enumeration |
PDFViewCtrlPageViewMode lists common modes of viewing PDF pages.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum PDFViewCtrlPageViewMode
Public Enumeration PDFViewCtrlPageViewMode
public enum class PDFViewCtrlPageViewMode
pdftron.PDF.PDFViewCtrlPageViewMode = function();
pdftron.PDF.PDFViewCtrlPageViewMode.createEnum('pdftron.PDF.PDFViewCtrlPageViewMode', false);
Members
| Member name | Value | Description |
---|
| e_fit_page | 0 | Page zoom is automatically adjusted so that entire page fits into available space. |
| e_fit_width | 1 | Page zoom is automatically adjusted so that page width fits into available space. |
| e_fit_height | 2 | Page zoom is automatically adjusted so that page height fits into available space. |
| e_zoom | 3 | Page is zoomed. The zoom factor is specified using SetZoom() function. |
See Also