AnnotatorSave Method (Stream)
Saves document after adding, updating or removing annotations.

Namespace: GroupDocs.Annotation
Assembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
Syntax
public void Save(
	Stream document
)

Parameters

document
Type: System.IOStream
The output stream.
Remarks
Learn more about saving annotated documents
See Also