| MixedCodeDocumentSave Method (Stream) | 
            Saves the mixed document to the specified stream.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic void Save(
	Stream outStream
)
Public Sub Save ( 
	outStream As Stream
)
Parameters
- outStream
 - Type: System.IOStream
The stream to which you want to save. 
See Also