Click or drag to resize

RtfTextWriter Constructor

Overload List
Name Description
Public method RtfTextWriter
Initializes a new instance of the RtfTextWriter class with a default StringWriter and sets the owner flag to true.
Public method RtfTextWriter(Boolean)
Initializes a new instance of the RtfTextWriter class with the specified formatting option.
Public method RtfTextWriter(TextWriter)
Initializes a new instance of the RtfTextWriter class with the specified TextWriter and sets the auto-flush behavior to true.
Public method RtfTextWriter(TextWriter, Boolean)
Initializes a new instance of the RtfTextWriter class with the specified TextWriter and formatting option.
Top
See Also