For a list of all members of this type, see PageViewState members.
Public Fields
| Name | Description |
| artPage | The object containing ART marks to display on the page. If you specify a value for both this property and artPageJson, the PageView.openPage function will ignore artPageJson. |
| artPageJson | A string containing ART marks (in JSON format) to display on the page. If you specify a value for both this property and artPage, the PageView.openPage function will ignore this property. |
| documentIdentifier | The identifier of a document. |
| encodedDocumentIdentifier | The identifier of a document, encoded using a form of base64 encoding. |
| pageNumber | The page index of a page in a multi-page document. The first page in a file is index 0. |
| viewFitType | The fit type for the page. |
| viewMirror | A flag indicating whether the page should be mirrored. If you want to flip the page instead of mirror it, simply add 180 degrees to viewRotationDegreesClockwise and toggle this value. |
| viewRectangle | The rectangle to display in the viewer if viewFitType is set to Rectangle. If viewFitType is not Rectangle then you can omit this value. |
| viewRotationDegreesClockwise | The amount of rotation to apply to the page. Valid values are 0 (or do not provide a value), 90, 180, 270, -90, -180, or -270. |
Top
See Also