Method SetOutput
SetOutput(TextWriter)
Set a new output destination for the document.
Declaration
public virtual void SetOutput(TextWriter writer)
Parameters
Type | Name | Description |
---|---|---|
TextWriter | writer | The output destination, or null to use standard output. |