The DocumentViewer type exposes the following members.

Properties

  NameDescription
Public propertyActionHandler
This ActionHandler is responsible for executing actions that triggered by this viewer.
Public propertyCursorPosition
The current position of the cursor, with respect to the viewer.
Public propertyDocument
The PDF document that holds the pages that are displayed by this control.
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.
Public propertyHideHorizontalScrollbar
Hide the horizontal scrollbar.
Public propertyHideVerticalScrollbar
Hide the vertical scrollbar.
Public propertyHorizontalAlignment
Horizontal alignment of the document rectangle inside the viewer window.
Public propertyHoverCursor
The cursor that is shown when the mouse hovers over the viewer.
Public propertyIsPainting
True while the viewer still has painting operations queued (due to progressive drawing for example).
Public propertyLayoutManager
The layout manager determines the layout of all (page) interactors of the document.
Public propertyMaxZoom
The maximum zoom factor. The zoom factor will never be greater than this value.
Public propertyMinZoom
The minimum zoom factor. The zoom factor will never be smaller than this value.
Public propertyPageSelection
The selection of pages that is shown. Only pages that exist in the document are shown. If null, all pages are shown.
Public propertyRenderSettings
The render settings of the viewer.
Public propertyVerticalAlignment
Vertical alignment of the document rectangle inside the viewer window.
Public propertyViewerSettings
The viewer settings.
Public propertyVisibleHeight
The height of the visible rectangle in document space.
Public propertyVisibleLeft
The horizontal position of the left edge of the visible rectangle in document space.
Public propertyVisibleTop
The vertical position of the top edge of the visible rectangle in document space.
Public propertyVisibleWidth
The width of the visible rectangle in document space.
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.

See Also