| PDFReaderControls.NET Standard Class Reference |
|
TallComponents.PDF.ReaderControls Namespace
Namespace hierarchy
Classes
| Class |
Description |
|
AfterBookmarkSelectedEventArgs
|
An instance of this class is passed with the AfterBookmarkSelected event of the BookmarksViewer. |
|
Bookmark
|
An item in the bookmark tree. |
|
BookmarkCollection
|
A collection of child bookmarks or the root bookmarks. |
|
BookmarksViewer
|
WinForms control that displays the bookmark tree of a PDF document. |
|
BookmarksViewerCollection
|
A collection of BookmarksViewer objects. |
|
Destination
|
Describes a location inside a PDF document. An instance of this class is typically associated with a PDF bookmark or link annotation. |
|
Document
|
The Document class is the top-level class in the TallComponents.PDF namespace. It represents an existing or new PDF document. |
|
FileDestination
|
Describes a location of a file. An instance of this class is typically associated with a PDF bookmark. |
|
Glyph
|
Represents a single glyph on a PDF page. |
|
OpenFileLinkClickedEventArgs
|
An instance of this class is passed with the UrlLinkClicked event of the PagesViewer. |
|
PageLinkClickedEventArgs
|
An instance of this class is passed with the PageLinkClicked event of the PagesViewer. |
|
PagesViewer
|
WinForms control that displays the pages of a PDF document. |
|
PagesViewerCollection
|
A collection of PagesViewer objects. |
|
PasswordSecurity
|
This class encapsulates all security settings of a PDF document that has been secured with passwords. |
|
PrintDialog
|
Create a new PrintDialog. |
|
PrintSettings
|
Summary description for PrintSettings. |
|
ProgressEventArgs
|
Provides data for the Progress event of a TextMatchEnumerator. |
|
Security
|
This class provides access to the security settings of a PDF document. The standard edition of ReaderControls.NET does not allow changing these settings. |
|
TextFindCriteria
|
Defines criteria what text must be found. |
|
TextMatch
|
Represents a single occurrence that matches a text search. |
|
TextMatchEnumerator
|
Enumerates all text matches as returned by Document.Find or Page.Find. |
|
ThumbnailsViewer
|
WinForms control that displays the pages of a PDF document as thumbnails. |
|
ThumbnailsViewerCollection
|
A collection of ThumbnailsViewer objects. |
|
UnhandledExceptionEventArgs
|
An instance of this class is passed with the UnhandledException event. |
|
UrlDestination
|
Describes a URL destination. An instance of this class is typically associated with a PDF bookmark. |
|
UrlLinkClickedEventArgs
|
An instance of this class is passed with the UrlLinkClicked event of the PagesViewer. |
|
Utility
|
This class offers various utility methods. |
|
WrongPasswordException
|
Thrown when a document has a password and is opened with a password that is neither the user password nor the owner password. |
Interfaces
| Interface |
Description |
|
IGlyphComparer
|
Exposes a method that compares two glyphs. |
Delegates
| Delegate |
Description |
|
AfterBookmarkSelectedEventHandler
|
Specifies the signature of the method that handles the AfterBookmarkSelected event of the BookmarksViewer control. |
|
OpenFileLinkClickedEventHandler
|
Specifies the signature of the method that handles the UrlLinkClicked event of the PagesViewer control. |
|
PageLinkClickedEventHandler
|
Specifies the signature of the method that handles the PageLinkClicked event of the PagesViewer control. |
|
ProgressEventHandler
|
Represents the signature for the method that will handle the Progress event of a TextMatchEnumerator. |
|
UnhandledExceptionEventHandler
|
Specifies the signature of the method that handles an Exception event raised by an exception that has not been handled. |
|
UrlLinkClickedEventHandler
|
Specifies the signature of the method that handles the UrlLinkClicked event of the PagesViewer control. |
Enumerations
| Enumeration |
Description |
|
CursorMode
|
The different modes of the cursor in the PagesViewer control. |
|
DisplayMode
|
The different display modes of the PagesViewer control. |
|
FontPrintMode
|
Specifies whether fonts will be printed via low level graphical primitives (curves) or by means of GDI+ fonts. The default is PrintAsCurves. |
|
HorizontalAlignment
|
Horizontal alignment. |
|
PageLayout
|
Different styles for laying out pages on the canvas. |
|
TextSelectMode
|
Different modes for selecting text while the CursorMode is SelectText. |
|
VerticalAlignment
|
Vertical alignment. |