 | IDocumentSaveToStream Method |
Saves the document to stream.
Namespace: Aml.Engine.XMLAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxStream SaveToStream(
bool prettyPrint
)
Function SaveToStream (
prettyPrint As Boolean
) As Stream
Stream^ SaveToStream(
bool prettyPrint
)
Parameters
- prettyPrint Boolean
- if set to true pretty print for the document is enabled.
Return Value
StreamThe document stream.
See Also