Click or drag to resize

IDocumentSaveToStream Method

Saves the document to stream.

Namespace: Aml.Engine.XML
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
Stream SaveToStream(
	bool prettyPrint
)

Parameters

prettyPrint  Boolean
if set to true pretty print for the document is enabled.

Return Value

Stream
The document stream.
See Also