AnnotatorAdd Method (ListAnnotationBase)
Adds collection of annotations to a document.

Namespace: GroupDocs.Annotation
Assembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
Syntax
public void Add(
	List<AnnotationBase> annotations
)

Parameters

annotations
Type: System.Collections.GenericListAnnotationBase
The annotations list to add.
Remarks
Learn more
See Also