Click or drag to resize

MixedCodeDocument.Save Method (Stream)

Saves the mixed document to the specified stream.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public void Save(
	Stream outStream
)

Parameters

outStream
Type: System.IO.Stream
The stream to which you want to save.
See Also