PDFTron.SilverDox.Documents.Annotations Namespace
Contains the tools to create, edit, save and load annotations, as well as create custom annotations.
Classes
| Class | Description | |
|---|---|---|
| Annotation |
Abstract base class from which all annotations derive.
| |
| AnnotationManager |
Represents an object that manages the Annotations that appear on a Document's pages when displayed in a DocumentViewer.
| |
| AnnotationPopupContentChangedEventArgs |
Provides data for the AnnotationPopupContentChanged event
| |
| AnnotationResizedEventArgs |
Provides data for the AnnotationResized event
| |
| AnnotationsEventArgs |
Provides data for Annotation related events.
| |
| AnnotationsMoveCompletedEventArgs |
Provides data for the AnnotationsMoveCompleted event
| |
| Ellipse |
Represents an ellipse annotation.
| |
| FreeHand |
Represents a line annotation. (This annotation type is typically drawn by a user using the mouse and is not usually straight.)
| |
| Line |
Represents a straight line annotation.
| |
| Markup |
A base class for annotation types that are used to mark up documents.
| |
| PopupBody | ||
| Rectangle |
Represents a rectagle annotation.
| |
| Sticky |
Represents a sticky note annotation.
| |
| TextHighlight |
Represents a text highlight annotation.
| |
| TextMarkup |
A base class for annotation types that are used to mark up text in a document.
| |
| TextStrikeout |
Represents a text strikeout annotation.
| |
| TextUnderline |
Represents a text underline annotation.
| |
| ToolModeChangedEventArgs |
Provides data for the ToolModeChanged event
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| AnnotationManager..::..TypeOfChange |
Defines how an annotation has been changed since the last load
|