| Name | Description | |
|---|---|---|
|  | PageView Constructor | 
The following tables list the members exposed by PageView.
| Name | Description | |
|---|---|---|
|  | PageView Constructor | 
| Name | Description | |
|---|---|---|
|  | artPage | Indicates the ArtPage that contains the marks that are shown on the image. | 
|  | artServiceOption | Indicates image data Service option. | 
|  | controlStateElementId | Indicates the id of the HTML element that will hold the state of this control. | 
|  | currentState | Indicates the current state of the control. | 
|  | debug | Indicates whether the control should log its actions. | 
|  | debugErrorLevel | Indicates how much information the control will log. | 
|  | displayedPageRectangle | Indicates the portion of the image that is currently being displayed. | 
|  | documentIdentifier | Indicates the image identifier of the current image. | 
|  | documentPageCount | Indicates the number of images in the file that contains the current image. | 
|  | encodedDocumentIdentifier | Indicates the encoded image identifier of the current image. | 
|  | imageHandlerUrl | Indicates the absolute URL to the image handler. | 
|  | includeArtInPostBack | Indicates whether the current annotations will be included in the state posted back to the server. | 
|  | magnifierHeight | Indicates the height of the magnifier. | 
|  | magnifierMagnification | Indicates the magnification of the magnifier. | 
|  | magnifierWidth | Indicates the width of the magnifier. | 
|  | magnifierXOffset | Indicates the X offset of the magnifier. | 
|  | magnifierYOffset | Indicates the y offset of the magnifier. | 
|  | markHandleSize | Indicates the approximate size of the handles shown on selected marks. | 
|  | mouseTool | Indicates the behavior of the left mouse button. | 
|  | pageHeight | Indicates the height of the current image. | 
|  | pageIsOpen | Indicates whether the viewer currently has an image open. | 
|  | pageNumber | Indicates the page index of the current image. | 
|  | pageWidth | Indicates the width of the current image. | 
|  | pageXResolution | Indicates the X resolution of the current image. | 
|  | pageYResolution | Indicates the Y resolution of the current image. | 
|  | presentationQuality | Indicates the presentation quality for the viewer. | 
|  | resourcePath | Indicates the resource Url path for the image files required for the menu icons and the art mark handles. | 
|  | scrollBars | Indicates how the viewer shows scrollbars. | 
|  | selectionIsVisible | Indicates whether the selection is visible. | 
|  | selectionPageRectangle | Indicates the portion of the image that is currently selected. | 
|  | selectionWindowRectangle | Indicates the portion of the window that is currently selected. | 
|  | vectorFormatsRendering | Indicates how the viewer will render vector format images. | 
| Name | Description | |
|---|---|---|
|  | closePage | Close the current image. | 
|  | display | Forces the viewer to update its visual presentation immediately. | 
|  | dispose | Disposes of the resources held by the viewer. | 
|  | extendSelection | Adjust the current selection. | 
|  | fitPage | Changes the presentation of the image to one of several pre-defined values. | 
|  | flip | Flips the current image (swaps the top and bottom edges). | 
|  | getContextMenu | Gets the context menu for the provided mouse tool and mark type. | 
|  | getDefaultContextMenu | Gets the context menu for the provided mark type. | 
|  | hideContextMenu | Hides the context menu of control. | 
|  | hideSelection | Hide the selection. | 
|  | mirror | Mirrors the current image (swaps the left and right sides). | 
|  | openPage | Open a new image. | 
|  | Prints document pages. | |
|  | rotate | Rotates the current image. | 
|  | saveArtPage | Saves all art marks on a page using ImageGear service. | 
|  | setContextMenu | Sets the context menu for the mark type. | 
|  | setContextMenuForTool | Sets the context menu for the provided mouse tool and mark type. | 
|  | showContextMenu | Shows the context menu of control. | 
|  | showEmptySelection | Show an empty selection. | 
|  | showPagePointAtCenter | Displays the specified point at the center of the viewer. | 
|  | showPageRectangle | Displays the specified rectangle in the viewer. | 
|  | showPrintDialog | Shows the printing page selection dialog. | 
|  | showSelection | Show a selection. | 
|  | transformPagePointToWindow | Transforms an image coordinate to a window coordinate. | 
|  | transformWindowPointToPage | Transforms a window coordinate to an image coordinate. | 
|  | writeToLog | Writes a user-defined event to the log. | 
|  | zoomIn | Zooms in on the current image. | 
|  | zoomOut | Zooms out from the current image. | 
| Name | Description | |
|---|---|---|
|  | artPageOpenFailed | Indicates the viewer failed to open ART page for requested page. | 
|  | contextMenu | Indicates the user activated the context menu. | 
|  | markAdded | Indicates that a new mark was added to the page. | 
|  | markChanged | Indicates that a mark on the page was changed. | 
|  | markCreating | Indicates that a new mark is being interactively created. | 
|  | markRemoved | Indicates that a mark was removed from the page. | 
|  | markReordered | Indicates that a mark was reordered within the page. | 
|  | markSelectionChanged | Indicates that a mark was selected or unselected. | 
|  | marksLoaded | Indicates that marks were loaded from a JSON string. | 
|  | mouseDown | Indicates the user pressed a mouse button. | 
|  | mouseMove | Indicates the user moved the mouse. | 
|  | mouseUp | Indicates the user released a mouse button. | 
|  | pageClosed | Indicates the viewer has closed the current image. | 
|  | pageDisplayed | |
|  | pageOpened | Indicates the viewer has finished opening a new image. | 
|  | pageOpenFailed | Indicates the viewer failed to open a new image. | 
|  | pageOpening | Indicates the viewer is opening a new image. | 
|  | touchCancel | Indicates that touch point has been disrupted in an implementation-specific manner (for example, too many touch points are created). | 
|  | touchEnd | Indicates that touch point is removed from the touch surface. | 
|  | touchMove | Indicates that touch point is moved along the touch surface. | 
|  | touchStart | Indicates that touch point is placed on the touch surface. |