| Class | Description |
|---|---|
| Annotation | An annotation is the base class all annotations. |
| AnnotationCollection | An annotation collection. |
| AnnotationsChangedEventArgs | Class containing data for the AnnotationCollection.Changed event. |
| AnnotationVisitor | A derived instance of AnnotationVisitor is passed to Annotation.Accept(...). This method calls one of the below AnnotationVisitor methods according to the type of annotation. |
| CustomAnnotation | A custom annotation |
| CustomAnnotationCollection | A custom annotation collection which belongs to a page inside this document. |
| Link | A link annotation |
| LinkCollection | A link annotation collection which belongs to a page inside this document. |
| Delegate | Description |
|---|---|
| AnnotationsChangedEventHandler | Represents the method that handles the AnnotationCollection.Changed event. |
| Enumeration | Description |
|---|---|
| BorderStyle | Different styles for the border of a form field. |
| HighlightStyle | The visual effect that is used when the mouse is pressed inside the annotation area. |