Click or drag to resize

XDocumentWrapperSaveToStream Method

Saves the document to the specified file path.

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

Parameters

prettyPrint  Boolean
Set to true, if pretty printing is desired

Return Value

Stream
The stream, containing the document content.

Implements

IDocumentSaveToStream(Boolean)
See Also