The StandardPagesViewer type exposes the following members.

Properties

  NameDescription
Public propertyActionHandler
This ActionHandler is responsible for executing actions that triggered by this viewer.
(Inherited from DocumentViewer.)
Public propertyAnnotationInteractorFactory
The annotation interactor factory. This factory will be used to create annotation interactors when a page becomes visible.
(Inherited from DocumentViewer.)
Public propertyCaretBlinkTime
The blink time of the caret, in milliseconds.
(Inherited from DocumentViewer.)
Public propertyCurrentDestination
Returns the current location as an InternalDestination.
(Inherited from PagesViewer.)
Public propertyCurrentPageIndex
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.)
Public propertyCursorMode
The cursormode controls how the PagesViewer reacts to mouse events.
Public propertyCursorPosition
The current position of the cursor, with respect to the viewer.
(Inherited from DocumentViewer.)
Public propertyDocument
The PDF document that holds the pages that are displayed by this control.
(Inherited from DocumentViewer.)
Public propertyDocumentInteractor
The document interactor of the document viewer.
(Inherited from DocumentViewer.)
Public propertyDocumentInteractorFactory
The document interactor factory. This factory will be used to create a document interactor when opening a document.
(Inherited from DocumentViewer.)
Public propertyDocumentMargin
The margin in points.
Public propertyDocumentToClientTransform
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.)
Public propertyEnableAnnotations
Controls whether annotations and form fields respond to user input.
Public propertyFocusAnnotation
The annotation that currently has the input focus. If this property is null, no annotation has the focus (but another interactor may have).
(Inherited from DocumentViewer.)
Public propertyFocusInteractor
The interactor that currently has the input focus. If this property is null, no interactor has the focus.
(Inherited from DocumentViewer.)
Public propertyHideHorizontalScrollbar
Hide the horizontal scrollbar.
(Inherited from DocumentViewer.)
Public propertyHideVerticalScrollbar
Hide the vertical scrollbar.
(Inherited from DocumentViewer.)
Public propertyHighlightAnnotations
If true, all active annotations will be highlighted.
Public propertyHighlightFields
If true, all active fields will be highlighted.
Public propertyHorizontalAlignment
Horizontal alignment of the document rectangle inside the viewer window.
(Inherited from DocumentViewer.)
Public propertyHoverCursor
The cursor that is shown when the mouse hovers over the viewer.
(Inherited from DocumentViewer.)
Public propertyHoverInteractor
The interactor that the mouse is over. If null, the mouse is not hovering over an interactor.
(Inherited from DocumentViewer.)
Public propertyIsPainting
True while the viewer still has painting operations queued (due to progressive drawing for example).
(Inherited from DocumentViewer.)
Public propertyLayoutManager
The layout manager determines the layout of all (page) interactors of the document.
(Inherited from DocumentViewer.)
Public propertyMaxZoom
The maximum zoom factor. The zoom factor will never be greater than this value.
(Inherited from DocumentViewer.)
Public propertyMinZoom
The minimum zoom factor. The zoom factor will never be smaller than this value.
(Inherited from DocumentViewer.)
Public propertyPageInteractorFactory
The page interactor factory. This factory will be used to create a page interactors when they come into view.
(Inherited from DocumentViewer.)
Public propertyPageLayout
The PageLayout mode controls how the current document or pages collection is laid out on the viewer canvas.
Public propertyPageSelection
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.)
Public propertyPageSpacing
The spacing in points.
Public propertyRenderSettings
The render settings of the viewer.
(Inherited from DocumentViewer.)
Public propertySelectedText
The currently selected text.
Public propertySelection
The current collection of selected interactors.
(Inherited from DocumentViewer.)
Public propertyShowOverflowMarker
If true, an overflow marker will be shown if text cannot be displayed entirely in a widget.
Public propertyTextSelectMode
The TextSelectMode controls text selection behavior while CursorMode is SelectText.
Public propertyVerticalAlignment
Vertical alignment of the document rectangle inside the viewer window.
(Inherited from DocumentViewer.)
Public propertyViewerSettings
The viewer settings.
(Inherited from DocumentViewer.)
Public propertyVisibleHeight
The height of the visible rectangle in document space.
(Inherited from DocumentViewer.)
Public propertyVisibleLeft
The horizontal position of the left edge of the visible rectangle in document space.
(Inherited from DocumentViewer.)
Public propertyVisibleTop
The vertical position of the top edge of the visible rectangle in document space.
(Inherited from DocumentViewer.)
Public propertyVisibleWidth
The width of the visible rectangle in document space.
(Inherited from DocumentViewer.)
Public propertyZoomFactor
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.)
Public propertyZoomFactors
An array of zoom factors that are used by ZoomIn and ZoomOut to determine the next factor.
Public propertyZoomMode
The zoom mode of the viewer.

See Also