Click or drag to resize

RadPdf.Data.Document.Objects.Annotations Namespace

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
  ClassDescription
Public classPdfAnnotation
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.
Public classPdfCaretAnnotation
Caret (insert) annotation which is typically used to mark text in a PDF document.
Public classPdfCircleAnnotation
Circle annotation which is typically used to mark text in a PDF document.
Public classPdfFreeTextAnnotation
Free text annotation which displays text in a box in the PDF document.
Public classPdfHighlightAnnotation
Highlight annotation which is typically used to mark text in a PDF document.
Public classPdfLinkAnnotation
URL, page, or file link type annotation.
Public classPdfMarkupAnnotation
Many PdfAnnotation types are defined as markup annotations because they are used primarily to mark up PDF documents.
Public classPdfPopupAnnotation
Popup annotation which displays text in a pop-up window for entry and editing.
Public classPdfSquareAnnotation
Square annotation which is typically used to mark text in a PDF document.
Public classPdfStampAnnotation
Stamp annotation which is typically used to add images in a PDF document.
Public classPdfStrikeoutAnnotation
Strikeout annotation which is typically used to mark text in a PDF document.
Public classPdfTextAnnotation
Text annotation, often called a "Sticky Note", which is attached to a point in the PDF document.
Public classPdfTextMarkupAnnotation
Some PdfMarkupAnnotation types are defined as text markup annotations because they are used primarily to mark up the text in PDF documents.
Public classPdfUnderlineAnnotation
Underline annotation which is typically used to mark text in a PDF document.
Enumerations
  EnumerationDescription
Public enumerationPdfLinkAnnotationDestinationType
Annotation link type used by PdfLinkAnnotation
Public enumerationPdfTextAnnotationIconType
Annotation icon type used by PdfTextAnnotation