







Contains built-in controls for presenting a Document.
Classes
Class | Description | |
---|---|---|
![]() | DocumentViewer |
A full-featured control used for displaying a Document. The viewer supports text selection and text search, and several page view modes.
|
![]() | FullTextSearchControl |
A control that implements a full document text search for a document displayed in a DocumentViewer.
The search results are displayed in a ListBox.
Clicking on a search result will cause the DocumentViewer to navigate to the corresponding page.
|
![]() | ThumbnailsControl |
A control that displays thumbnail images of the document in a DocumentViewer.
Clicking on a thumbnail will cause the DocumentViewer to navigate to the corresponding page,
and scrolling DocumentViewer will cause the currently displayed page in the ThumbnailsControl
to be highlighted.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | DocumentViewer..::..DisplayModes |
Lists the possible modes for DisplayMode, which controls which pages the viewer will display.
|
![]() | DocumentViewer..::..FitModes |
Lists common modes of viewing a document's pages.
|
![]() | DocumentViewer..::..ToolModes | DocumentViewer supports 'built-in' tool modes which change the behavior of the viewer.
|