Click or drag to resize

CAEXDocumentSaveToStream Method

Saves the CAEX document, to the specified stream

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

Parameters

prettyPrint  Boolean
Set to true, if pretty printing is desired

Return Value

Stream
The stream, containing the CAEX document content.

Implements

IDocumentSaveToStream(Boolean)
See Also