RadPdf.Data.Document.Objects.Annotations Namespace |
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.
|
![]() | PdfCaretAnnotation |
Caret (insert) annotation which is typically used to mark text in a PDF document.
|
![]() | PdfCircleAnnotation |
Circle annotation which is typically used to mark text in a PDF document.
|
![]() | PdfFileAttachmentAnnotation |
PDF file attachment annotation which is typically used to embed another file in a PDF document.
|
![]() | PdfFreeTextAnnotation |
Free text annotation which displays text in a box in the 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.
|
![]() | PdfSquigglyAnnotation |
Squiggly (wavy underline) annotation which is typically used to mark text in a PDF document.
|
![]() | PdfStampAnnotation |
Stamp annotation which is typically used to add images in a PDF document.
|
![]() | PdfStrikeoutAnnotation |
Strikeout 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.
|
![]() | PdfTextMarkupAnnotation |
Some PdfMarkupAnnotation types are defined as text markup annotations because they are used primarily to mark up the text in PDF documents.
|
![]() | PdfUnderlineAnnotation |
Underline annotation which is typically used to mark text in a PDF document.
|
Enumeration | Description | |
---|---|---|
![]() | PdfLinkAnnotationDestinationType |
Annotation link type used by PdfLinkAnnotation |
![]() | PdfTextAnnotationIconType |
Annotation icon type used by PdfTextAnnotation |