Saves the document to the given Stream object.

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public void Save( Stream stream, SaveOptions saveOptions )

Parameters

stream
Type: Stream

A Stream object to save the document to.

saveOptions
Type: SaveOptions

Save options that will be used for the save operation.