The StandardPagesViewer type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ActionHandler |
This ActionHandler is responsible for executing actions that triggered
by this viewer.
(Inherited from DocumentViewer.) | |
| CurrentPageIndex |
The zero-based index of the current page. By default, the current page is defined as the
first page that intersects with the visible rectangle. When setting the CurrentPage,
the upper-left corner of the page will be aligned with the upper-left corner of the viewer.
The current zoom factor will be used.
(Inherited from PagesViewer.) | |
| CursorMode |
The cursormode controls how the PagesViewer reacts to mouse events.
| |
| CursorPosition |
The current position of the cursor, with respect to the viewer.
(Inherited from DocumentViewer.) | |
| Document |
The PDF document that holds the pages that are displayed by this control.
(Inherited from DocumentViewer.) | |
| DocumentMargin |
The margin in points.
| |
| DocumentToClientTransform |
Returns a transformation that transforms coordinates from document space to client space.
If no document is present, the identity transformation will be returned.
(Inherited from DocumentViewer.) | |
| EnableAnnotations |
Controls whether annotations and form fields respond to user input.
| |
| HideHorizontalScrollbar |
Hide the horizontal scrollbar.
(Inherited from DocumentViewer.) | |
| HideVerticalScrollbar |
Hide the vertical scrollbar.
(Inherited from DocumentViewer.) | |
| HighlightAnnotations |
If true, all active annotations will be highlighted.
| |
| HighlightFields |
If true, all active fields will be highlighted.
| |
| HorizontalAlignment |
Horizontal alignment of the document rectangle inside the viewer window.
(Inherited from DocumentViewer.) | |
| HoverCursor |
The cursor that is shown when the mouse hovers over the viewer.
(Inherited from DocumentViewer.) | |
| IsPainting |
True while the viewer still has painting operations queued (due to
progressive drawing for example).
(Inherited from DocumentViewer.) | |
| LayoutManager |
The layout manager determines the layout of all (page) interactors of the
document.
(Inherited from DocumentViewer.) | |
| MaxZoom |
The maximum zoom factor. The zoom factor will never be greater than this value.
(Inherited from DocumentViewer.) | |
| MinZoom |
The minimum zoom factor. The zoom factor will never be smaller than this value.
(Inherited from DocumentViewer.) | |
| PageLayout |
The PageLayout mode controls how the current document or pages collection is laid out
on the viewer canvas.
| |
| PageSelection |
The selection of pages that is shown. Only pages
that exist in the document are shown. If null,
all pages are shown.
(Inherited from DocumentViewer.) | |
| PageSpacing |
The spacing in points.
| |
| RenderSettings |
The render settings of the viewer.
(Inherited from DocumentViewer.) | |
| SelectedText |
The currently selected text.
| |
| ShowOverflowMarker |
If true, an overflow marker will be shown if text cannot be displayed
entirely in a widget.
| |
| TextSelectMode |
The TextSelectMode controls text selection behavior while CursorMode is
SelectText.
| |
| VerticalAlignment |
Vertical alignment of the document rectangle inside the viewer window.
(Inherited from DocumentViewer.) | |
| ViewerSettings |
The viewer settings.
(Inherited from DocumentViewer.) | |
| VisibleHeight |
The height of the visible rectangle in document space.
(Inherited from DocumentViewer.) | |
| VisibleLeft |
The horizontal position of the left edge of the visible rectangle in document space.
(Inherited from DocumentViewer.) | |
| VisibleTop |
The vertical position of the top edge of the visible rectangle in document space.
(Inherited from DocumentViewer.) | |
| VisibleWidth |
The width of the visible rectangle in document space.
(Inherited from DocumentViewer.) | |
| ZoomFactor |
Get or set the zoom factor. A zoom factor of one means that a point (1/72 inch) corresponds to 1 pixel. In other words,
the PDF is displayed at a resolution of 72 DPI.
(Inherited from DocumentViewer.) | |
| ZoomFactors |
An array of zoom factors that are used by ZoomIn and ZoomOut to determine the next factor.
| |
| ZoomMode |
The zoom mode of the viewer.
|