Click or drag to resize

Atalasoft.Annotate.Pdf Namespace

This namespace contains PDF specific annotation classes.
Classes
  ClassDescription
Public classPdfAnnotation
This is the base PDF annotation class all PDF annotations derive from. This class should not be created directly.
Public classPdfAnnotationData
This is the base PDF annotation data class from which all PDF annotation data objects derive. This class should not be created directly.
Public classPdfLineAnnotation
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).
Public classPdfLineData
This class hold the data used by a PdfLineAnnotation.
Public classPdfLineRenderingEngine
This class is used to render PdfLineData objects.
Public classPdfLinkData
Implements PDF Link annotation data.
Public classPdfMarkupAnnotation
This class represents a PDF markup annotation, such as underline, squiggly, strikeout and highlight.
Public classPdfMarkupData
This class contains the data used by PdfMarkupAnnotation objects.
Public classPdfMarkupRenderingEngine
This class is used to render PdfMarkupData objects.
Enumerations
  EnumerationDescription
Public enumerationPdfMarkupType
Specifies the type of markup annotation.