Enum PDFViewCtrl.PageViewMode
PageViewMode lists common modes of viewing PDF pages.
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum PDFViewCtrl.PageViewMode
Fields
Name | Description |
---|---|
e_fit_page | Page zoom is automatically adjusted so that entire page fits into available space. |
e_fit_width | Page zoom is automatically adjusted so that page width fits into available space. |
e_zoom | Page is zoomed. The zoom factor is specified using SetZoom() function. |