[This is preliminary documentation and is subject to change.]
This namespace contains the RAD PDF Document Annotation Object classes which can be used for reading and manipulating RAD PDF documents. RAD PDF Document Annotation Objects are saved to the annotations collection of an output documents.
Classes
| Class | Description | |
|---|---|---|
| RadPdfAnnotation |
An annotation associates an object such as a sticky note (RadPdfTextAnnotation) or a link (RadPdfLinkAnnotation) with a location on a page of a PDF document. PDF includes a wide variety of standard annotation types.
| |
| RadPdfLinkAnnotation |
URL, page, or file link type annotation.
| |
| RadPdfMarkupAnnotation |
Many RadPdfAnnotation types are defined as markup annotations because they are used primarily to mark up PDF documents.
| |
| RadPdfPopupAnnotation |
Popup annotation which displays text in a pop-up window for entry and editing.
| |
| RadPdfTextAnnotation |
Text annotation, often called a "Sticky Note", which is attached to a point in the PDF document.
|