Annotator.Update

Update(AnnotationBase)

Updates document annotation by id.

public void Update(AnnotationBase newAnnotation)
Parameter Type Description
newAnnotation AnnotationBase The annotation to update (Id should be provided).

Remarks

Learn more

See Also


Update(List<AnnotationBase>)

Updates collection of document annotations by overriding the previous list with a new one

public void Update(List<AnnotationBase> annotations)
Parameter Type Description
annotations List`1 The annotations list that will be set.

Remarks

Learn more

See Also