Click or drag to resize

CAEXDocumentSaveToStreamAsync 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 virtual Task<Stream> SaveToStreamAsync(
	bool prettyPrint,
	CancellationToken cancellationToken = default
)

Parameters

prettyPrint  Boolean
Set to true, if pretty printing is desired
cancellationToken  CancellationToken  (Optional)
The cancellation token

Return Value

TaskStream
The stream, containing the CAEX document content.
See Also