Atalasoft.Annotate.Pdf Namespace |
| Class | Description | |
|---|---|---|
| PdfAnnotation | This is the base PDF annotation class all PDF annotations derive from. This class should not be created
directly. | |
| PdfAnnotationData | This is the base PDF annotation data class from which all PDF annotation data objects derive. This class
should not be created directly. | |
| PdfLineAnnotation | This class represents a PDF line annotation. While similar to a standard line annotation, the PDF version
includes a caption which is centered within or above the line (if the text is too long to fit within). | |
| PdfLineData | This class hold the data used by a PdfLineAnnotation. | |
| PdfLineRenderingEngine | This class is used to render PdfLineData objects. | |
| PdfLinkData |
Implements PDF Link annotation data.
| |
| PdfMarkupAnnotation | This class represents a PDF markup annotation, such as underline, squiggly, strikeout and highlight.
| |
| PdfMarkupData | This class contains the data used by PdfMarkupAnnotation objects. | |
| PdfMarkupRenderingEngine | This class is used to render PdfMarkupData objects. |
| Enumeration | Description | |
|---|---|---|
| PdfMarkupType | Specifies the type of markup annotation. |