AnnotatorUpdate Method (AnnotationBase)
Updates document annotation.

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

Parameters

newAnnotation
Type: GroupDocs.Annotation.Models.AnnotationModelsAnnotationBase
The annotation to update (Id should be provided).
Remarks
Learn more
See Also