Annotator Methods |
The Annotator type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(AnnotationBase) |
Adds annotation to document
|
![]() | Add(ListAnnotationBase) |
Adds collection of annotations to a document.
|
![]() | Dispose |
Dispose
|
![]() | Equals | (Inherited from Object.) |
![]() | ExportAnnotationsFromXMLFile |
Export annotations from XML file.
|
![]() | Finalize | (Inherited from Object.) |
![]() | Get |
Gets collections of document annotations.
|
![]() | Get(AnnotationType) |
Gets collection of document annotations by annotation type.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetVersion |
Get annotations from versions.
|
![]() | GetVersionsList |
Get versions.
|
![]() | ImportAnnotationsFromDocument |
Import annotations from document to XML file.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove(ListInt32) |
Removes collection of annotations from document by provided annotation ids.
|
![]() | Remove(Int32) |
Removes annotation from document by Id.
|
![]() | Remove(AnnotationBase) |
Removes annotation from document.
|
![]() | Remove(ListAnnotationBase) |
Removes collection of annotations from document.
|
![]() | Save |
Saves document after adding, updating or removing annotations.
|
![]() | Save(Stream) |
Saves document after adding, updating or removing annotations.
|
![]() | Save(String) |
Saves document after adding, updating or removing annotations.
|
![]() | Save(SaveOptions) |
Saves document after adding, updating or removing annotations.
|
![]() | Save(Stream, SaveOptions) |
Saves document after adding, updating or removing annotations.
|
![]() | Save(String, SaveOptions) |
Saves document after adding, updating or removing annotations.
|
![]() | ToString | (Inherited from Object.) |
![]() | Update(AnnotationBase) |
Updates document annotation.
|
![]() | Update(ListAnnotationBase) |
Updates collection of document annotations.
|