A Sandcastle Documented Class Library |
MixedCodeDocument..::..Save Method (Stream) |
MixedCodeDocument Class See Also Send Feedback |
Saves the mixed document to the specified stream.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public void Save( Stream outStream ) |
Visual Basic |
---|
Public Sub Save ( _ outStream As Stream _ ) |
Visual C++ |
---|
public: void Save( Stream^ outStream ) |
Parameters
- outStream
- Type: System.IO..::..Stream
The stream to which you want to save.