This namespace provides classes which can be used to encapsulate and manipulate PDF annotation objects in PDF documents. PDF annotation objects are saved to the annotations collection of an output documents.
Classes
| Class | Description | |
|---|---|---|
| PdfAnnotation |
An annotation associates an object such as a sticky note (PdfTextAnnotation) or a link (PdfLinkAnnotation) with a location on a page of a PDF document. PDF includes a wide variety of standard annotation types.
| |
| PdfCircleAnnotation |
Circle annotation which is typically used to mark text in a PDF document.
| |
| PdfHighlightAnnotation |
Highlight annotation which is typically used to mark text in a PDF document.
| |
| PdfLinkAnnotation |
URL, page, or file link type annotation.
| |
| PdfMarkupAnnotation |
Many PdfAnnotation types are defined as markup annotations because they are used primarily to mark up PDF documents.
| |
| PdfPopupAnnotation |
Popup annotation which displays text in a pop-up window for entry and editing.
| |
| PdfSquareAnnotation |
Square annotation which is typically used to mark text in a PDF document.
| |
| PdfTextAnnotation |
Text annotation, often called a "Sticky Note", which is attached to a point in the PDF document.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| PdfLinkAnnotationDestinationType |
Annotation link type used by PdfLinkAnnotation | |
| PdfTextAnnotationIconType |
Annotation icon type used by PdfTextAnnotation |