Click or drag to resize
SignDocDocumentsaveToStream Method
Save the document to a stream. This function may have side effects on the document such as marking it as not modified which may render sf_incremental useless for the next saveToFile() call unless the document is changed between those two calls. sf_incremental is not supported by this function.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void saveToStream(
	Stream stream,
	SaveFlag flags
)

Parameters

stream
Type: System.IOStream
The document will be saved to this stream.
flags
Type: de.softpro.signdocsdk.Enums.EDocumentSaveFlag
Set of flags (#sf_incremental, #sf_linearized, #sf_pdf_1_4, #sf_pdfa_buttons, and #sf_remove_unused combined with `|') modifying the behavior of this function. Pass 0 for no flags. Which flags are available depends on the document type.
See Also