MixedCodeDocumentSave Method (Stream, Encoding) |
Saves the mixed document to the specified stream.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public void Save(
Stream outStream,
Encoding encoding
)
Public Sub Save (
outStream As Stream,
encoding As Encoding
)
Parameters
- outStream
- Type: System.IOStream
The stream to which you want to save. - encoding
- Type: System.TextEncoding
The character encoding to use.
See Also