The AnnotationVisitor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AnnotationVisitor | Initializes a new instance of the AnnotationVisitor class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| Visit(Annotation, Object) |
Visit an annotation.
| |
| Visit(CheckBoxWidget, Object) |
Visit a check box widget (annotation).
| |
| Visit(FreeText, Object) |
Visit a free text markup (annotation).
| |
| Visit(Line, Object) |
Visit a line markup (annotation).
| |
| Visit(Link, Object) |
Visit a link (annotation).
| |
| Visit(Markup, Object) |
Visit a markup (annotation).
| |
| Visit(Note, Object) |
Visit a sticky-note (annotation).
| |
| Visit(Popup, Object) |
Visit a pop-up (annotation).
| |
| Visit(PushButtonWidget, Object) |
Visit a push button widget (annotation).
| |
| Visit(RadioButtonWidget, Object) |
Visit a radio button widget (annotation).
| |
| Visit(SignatureWidget, Object) |
Visit a signature widget (annotation).
| |
| Visit(Square, Object) |
Visit a square markup (annotation).
| |
| Visit(Stamp, Object) |
Visit a stamp markup (annotation).
| |
| Visit(TextMarkup, Object) |
Visit a text markup (annotation).
| |
| Visit(UnknownMarkup, Object) |
Visit an unknown markup (annotation).
| |
| Visit(Widget, Object) |
Visit a widget (annotation).
|