AnnotatorUpdate Method (ListAnnotationBase)
Updates collection of document annotations.

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

Parameters

annotations
Type: System.Collections.GenericListAnnotationBase
The annotations list that will be set.
Remarks
Learn more
See Also