PDFTron.SilverDox.Controls Namespace

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Contains built-in controls for presenting a Document.

Classes

  ClassDescription
Public classDocumentViewer
A full-featured control used for displaying a Document. The viewer supports text selection and text search, and several page view modes.
Public classFullTextSearchControl
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.
Public classThumbnailsControl
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

  EnumerationDescription
Public enumerationDocumentViewer..::..DisplayModes
Lists the possible modes for DisplayMode, which controls which pages the viewer will display.
Public enumerationDocumentViewer..::..FitModes
Lists common modes of viewing a document's pages.
Public enumerationDocumentViewer..::..ToolModes
DocumentViewer supports 'built-in' tool modes which change the behavior of the viewer.