OutputStream Property (HtmlExporter)
In This Topic
Gets the output stream. This property is set when the
Export(Stream) method is called.
Syntax
'Declaration
Protected ReadOnly Property OutputStream As Stream
protected Stream OutputStream {get;}
See Also