AnnotatorSave Method (Stream) |
Saves document after adding, updating or removing annotations.
Namespace: GroupDocs.AnnotationAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
Syntaxpublic void Save(
Stream document
)
Public Sub Save (
document As Stream
)
public:
void Save(
Stream^ document
)
member Save :
document : Stream -> unit
Parameters
- document
- Type: System.IOStream
The output stream.
RemarksLearn more about saving annotated documents
See Also