AnnotatorAdd Method (AnnotationBase)
Adds annotation to document

Namespace: GroupDocs.Annotation
Assembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
Syntax
public void Add(
	AnnotationBase annotation
)

Parameters

annotation
Type: GroupDocs.Annotation.Models.AnnotationModelsAnnotationBase
The annotation to add.
Remarks
Learn more
See Also