Annotator.Add
Add(AnnotationBase)
Adds annotation to document
public void Add(AnnotationBase annotation)
| Parameter | Type | Description | 
|---|---|---|
| annotation | AnnotationBase | The annotation to add. | 
Remarks
Learn more
- More about how to add annotation to document: How to annotate document in C#
See Also
- class AnnotationBase
- class Annotator
- namespace GroupDocs.Annotation
- assembly GroupDocs.Annotation
Add(List<AnnotationBase>)
Adds collection of annotations to a document.
public void Add(List<AnnotationBase> annotations)
| Parameter | Type | Description | 
|---|---|---|
| annotations | List`1 | The annotations list to add. | 
Remarks
Learn more
- More about how to add annotation to document: How to annotate document in C#
See Also
- class AnnotationBase
- class Annotator
- namespace GroupDocs.Annotation
- assembly GroupDocs.Annotation