PdfView Properties |
The PdfView Class exposes the following properties.
Changes made to these properties will not affect the current view until the setView Method is called with this object as a parameter.
Name | Description | Property Type | |
---|---|---|---|
highlights | Represents whether form field / annotation highlights should be shown. | Boolean | |
page | Represents the page number currently being viewed. (1 indexed) | Integer | |
scrollX | Represents the X (horizontal) scroll position of the document currently being viewed. | Integer | |
scrollY | Represents the Y (vertical) scroll position of the document currently being viewed. | Integer | |
side | Represents the side panel currently being viewed. | ViewSide Enumeration | |
zoom | Represents the zoom level (in percent, e.g. 100 is 100%) or zoom fit of the page currently being viewed. | Integer or ViewZoom Enumeration |