Namespace UglyToad.PdfPig.Annotations
Classes
- Annotation
An annotation on a page in a PDF document.
- AnnotationBorder
A border for a PDF Annotation object.
- AppearanceStream
Appearance stream (PDF Reference 8.4.4) that describes what an annotation looks like. Each stream is a Form XObject. The appearance stream is either stateless (in which case IsStateless is true) or stateful, in which case IsStateless is false and the states can be retrieved via GetStates. The states can then be used to retrieve the state-specific appearances using Get(string).
- QuadPointsQuadrilateral
A QuadPoints quadrilateral is four points defining the region for an annotation to use. An annotation may cover multiple quadrilaterals.
Enums
- AnnotationFlags
Specifies characteristics of an annotation in a PDF or FDF document.
- AnnotationType
The standard annotation types in PDF documents.