![]() |
Vanilla.PDF
2.3.0
Cross-platform toolkit for creating and modifying PDF documents
|
An annotation associates an object such as a note, sound, or movie with a location on a page of a PDF document, or provides a way to interact with the user by means of the mouse and keyboard. More...
Classes | |
| class | PageAnnotationsHandle |
| An array of annotation dictionaries that shall contain indirect references to all AnnotationHandle associated with the page. More... | |
| class | AnnotationHandle |
| An annotation associates an object such as a note, sound, or movie with a location on a page of a PDF document, or provides a way to interact with the user by means of the mouse and keyboard. More... | |
| class | LinkAnnotationHandle |
| A link annotation represents either a hypertext link to a DestinationHandle elsewhere in the document or an Action to be performed. More... | |
| class | TextAnnotationHandle |
| A text annotation represents a "sticky note" attached to a point in the PDF document. When closed, the annotation shall appear as an icon; when open, it shall display a pop-up window containing the text of the note in a font and size chosen by the conforming reader. More... | |
| class | HighlightAnnotationHandle |
| A highlight annotation appears as a highlight over a region of text in the document. When opened, it shall display a pop-up window containing the text of the associated note. More... | |
| class | FreeTextAnnotationHandle |
| A free text annotation (PDF 1.3) displays text directly on the page. Unlike an ordinary text annotation, a free text annotation has no open or closed state; instead, the text shall always be visible. More... | |
| class | UnderlineAnnotationHandle |
| An underline annotation appears as an underline beneath text in the document. When opened, it shall display a pop-up window containing the text of the associated note. More... | |
| class | StrikeOutAnnotationHandle |
| A strikeout annotation appears as a strikethrough line across text in the document. When opened, it shall display a pop-up window containing the text of the associated note. More... | |
| class | SquigglyAnnotationHandle |
| A squiggly annotation appears as a jagged underline beneath text in the document. When opened, it shall display a pop-up window containing the text of the associated note. More... | |
| class | InkAnnotationHandle |
| An ink annotation (PDF 1.3) represents a freehand "scribble" composed of one or more disjoint paths. When opened, it shall display a pop-up window containing the text of the associated note. More... | |
An annotation associates an object such as a note, sound, or movie with a location on a page of a PDF document, or provides a way to interact with the user by means of the mouse and keyboard.
For more details please visit section 12.5 - Annotations.
| enum AnnotationType |
Derived types of AnnotationHandle.
| enum AnnotationFlags |
Annotation flags controlling visibility and behavior.
These flags may be combined using bitwise OR operations.