The StandardPagesViewer type exposes the following members.

Events

  NameDescription
Public eventCurrentPageChanged
Raised after the CurrentPage has changed.
(Inherited from PagesViewer.)
Public eventCursorModeChanged
Raised when the CursorMode changes. You typically handle this event to update the UI of your application, such as e.g. a tool bar.
Public eventMessage
Raised when a non-fatal event happens that needs reporting.
(Inherited from DocumentViewer.)
Public eventMissingPage
Raised when the viewer wants to show a particular page that is not in the current page selection.
(Inherited from DocumentViewer.)
Public eventTextSelectModeChanged
Raised when the TextSelectMode property changes. You typically handle this event to update the UI of your application, such as e.g. a tool bar.
Public eventUnhandledException
Raised when an exception occurs that is not handled by the library at a point that is not invoked by user code (e.g. during an OnPaint event).
(Inherited from DocumentViewer.)
Public eventVisibleRectangleChanged
Raised after the VisibleRectangle has changed.
(Inherited from DocumentViewer.)
Public eventZoomFactorChanged
Raised after the ZoomFactor has changed. You typically handle this event to update the UI of your reader, such as e.g. a tool bar.
(Inherited from DocumentViewer.)
Public eventZoomModeChanged
Raised when the ZoomMode property changes. You typically handle this event to update the UI of your application, such as e.g. a tool bar.

See Also