The StandardPagesViewer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BeginUpdate |
Call this method in pairs with EndUpdate. In between these calls, the control is not updated.
(Inherited from DocumentViewer.) | |
| Dispose |
Closes and Disposes the pagesviewer.
(Inherited from PagesViewer.) | |
| EndUpdate |
Call this method in pairs with BeginUpdate. In between these calls, the control is not updated.
(Inherited from DocumentViewer.) | |
| EnsureVisible |
Scroll the given rectangle into view.
(Inherited from DocumentViewer.) | |
| FindPage |
Find the page at a given position.
(Inherited from DocumentViewer.) | |
| GetPageToDocumentTransform |
Returns a transformation that transforms coordinates from page space to document space.
If no document is present, or the specified page is not present, the identity
transformation will be returned.
(Inherited from DocumentViewer.) | |
| GoToDestination |
Navigate to the given destination.
(Inherited from DocumentViewer.) | |
| GoToNextPage |
Navigate to the next page.
(Inherited from PagesViewer.) | |
| GoToPreviousPage |
Navigate to the previous page. Also see GoToNextPage.
(Inherited from PagesViewer.) | |
| OnClose |
Invoked just before a document gets closed.
(Inherited from PagesViewer.) | |
| OnCurrentPageChanged |
This override adjust the document layout when the current page changes.
(Overrides PagesViewer..::..OnCurrentPageChanged(EventArgs).) | |
| OnDragDrop |
Raises the DragDrop event and dispatches the event to the interactor that the
mouse is over.
(Inherited from DocumentViewer.) | |
| OnDragEnter |
Raises the DragEnter event and prepares the document viewer for
dragging.
(Inherited from DocumentViewer.) | |
| OnDragLeave |
Raises the DragLeave event.
(Inherited from DocumentViewer.) | |
| OnDragOver |
Raises the DragOver event and dispatches the event to the interactor that the
mouse is over.
(Inherited from DocumentViewer.) | |
| OnGotFocus |
Invoked after the DocumentViewer control got the focus.
(Inherited from DocumentViewer.) | |
| OnKeyDown |
This override will handle page-up and page-down keys if not already
done so by the base class. It will increase or decrease the current
page depending on the key that was pressed.
(Inherited from PagesViewer.) | |
| OnKeyPress |
Invoked when the document viewer receives a KeyPress event. This
method will first raise the KeyPress event of the DocumentViewer.
If the event does not get handled by an event handler (i.e. the Handled
property of the event remains false), it will pass it to the interactor
that has the focus. If the interactor handles the event, it will prohibit
further processing by setting the Handled flag.
(Inherited from DocumentViewer.) | |
| OnKeyUp |
Invoked when the document viewer receives a KeyUp event. This
method will first raise the KeyPress event of the DocumentViewer.
If the event does not get handled by an event handler (i.e. the Handled
property of the event remains false), it will pass it to the interactor
that has the focus. If the interactor handles the event, it will prohibit
further processing by setting the Handled flag.
(Inherited from DocumentViewer.) | |
| OnMissingPage | (Overrides DocumentViewer..::..OnMissingPage(ElementEventArgs<(Of <<'(Page>)>>)).) | |
| OnMouseDown |
Raises the System.Windows.Forms.Control.MouseDown event.
(Inherited from DocumentViewer.) | |
| OnMouseMove |
Raises the System.Windows.Forms.Control.MouseMove event.
(Inherited from DocumentViewer.) | |
| OnMouseUp |
Raises the System.Windows.Forms.Control.MouseUp event.
(Inherited from DocumentViewer.) | |
| OnMouseWheel |
This override implements scrolling through pages.
(Inherited from PagesViewer.) | |
| OnOpen |
This override updates the zoom factor in accordance with the zoom mode.
(Overrides PagesViewer..::..OnOpen(EventArgs).) | |
| OnPaint |
Raises the System.Windows.Forms.Paint event.
(Inherited from DocumentViewer.) | |
| OnResize |
This override updates the zoom factor in accordance with the zoom mode.
(Overrides Control..::..OnResize(EventArgs).) | |
| OnVisibleChanged |
This override updates the zoom factor in accordance with the zoom mode.
(Overrides Control..::..OnVisibleChanged(EventArgs).) | |
| OnVisibleRectangleChanged |
This method will be invoked when a different part of the document becomes visible.
This override will do the following if this means that another page becoms the current one:
(Inherited from PagesViewer.)
| |
| OnZoomFactorChanged |
This override updates the zoom mode, if necessary.
(Overrides DocumentViewer..::..OnZoomFactorChanged(EventArgs).) | |
Print the document shown in this pages viewer with a print dialog.
(Inherited from PagesViewer.) | ||
| ProcessCmdKey | (Inherited from DocumentViewer.) | |
| RotatePageLeft |
Rotate a page to the left.
| |
| RotatePageRight |
Rotate a page to the right.
| |
| SelectText |
Scrolls into view and selects the text match.
(Inherited from DocumentViewer.) | |
| ZoomIn |
Increase the zoom factor to the next higher zoom factor if any.
The argument coordinates specify the center of the area to zoom in to.
| |
| ZoomOut |
Decrease the zoom factor to the next lower zoom factor, if any.
The argument coordinates specify the center of the area to zoom out to.
| |
| ZoomTo |
Zoom to the given center point, using the specified zoom factor.
(Inherited from DocumentViewer.) | |
| ZoomToActualSize |
Zoom to the actual size of the PDF page assuming a 72 DPI display.
| |
| ZoomToFitPage |
Change the zoom factor so that the current entire page fits exactly.
(Inherited from PagesViewer.) | |
| ZoomToRectangle |
Zoom to a given rectangle.
(Inherited from DocumentViewer.) | |
| ZoomToWidth |
Zoom to make the width of the document fit exactly in the reader window.
(Inherited from DocumentViewer.) |