 | CAEXDocumentSaveToStream Method |
Saves the CAEX document, to the specified stream
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic override Stream SaveToStream(
bool prettyPrint
)
Public Overrides Function SaveToStream (
prettyPrint As Boolean
) As Stream
public:
virtual Stream^ SaveToStream(
bool prettyPrint
) override
Parameters
- prettyPrint Boolean
- Set to true, if pretty printing is desired
Return Value
StreamThe stream, containing the CAEX document content.
Implements
IDocumentSaveToStream(Boolean)
See Also