| HtmlDocumentSave Method (TextWriter) | 
            Saves the HTML document to the specified TextWriter.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic void Save(
	TextWriter writer
)
Public Sub Save ( 
	writer As TextWriter
)
Parameters
- writer
 - Type: System.IOTextWriter
The TextWriter to which you want to save. May not be null. 
See Also