Annotator Class |
Namespace: GroupDocs.Annotation
The Annotator type exposes the following members.
Name | Description | |
---|---|---|
![]() | Annotator(Stream) |
Initialise annotator class which accept document stream
|
![]() | Annotator(String) |
Initialise annotator class which accept document path
|
![]() | Annotator(Stream, AnnotatorSettings) |
Initialise annotator class which accept document stream
|
![]() | Annotator(Stream, LoadOptions) |
Initialise annotator class which accept document stream
|
![]() | Annotator(String, AnnotatorSettings) |
Initialise annotator class which accept document path
|
![]() | Annotator(String, LoadOptions) |
Initialise annotator class which accept document path
|
![]() | Annotator(Stream, LoadOptions, AnnotatorSettings) |
Initialise annotator class which accept document stream
|
![]() | Annotator(String, LoadOptions, AnnotatorSettings) |
Initialise annotator class which accept document path
|
Name | Description | |
---|---|---|
![]() | Document |
Document
|
![]() | ProcessPages |
Document pages
|
![]() | Rotation |
Document Rotation
|
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.
|