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