Click or drag to resize

PdfView Properties

The PdfView Class exposes the following properties.

Properties

Changes made to these properties will not affect the current view until the setView Method is called with this object as a parameter.

NameDescriptionProperty 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
See Also