Click or drag to resize

RtfTextWriter Properties

The RtfTextWriter type exposes the following members.

Properties
Name Description
Public property Encoding
Returns current Encoding.
(Overrides TextWriter Encoding .)
Public property Escape
Determines whether characters should be escaped during writing. When `Escape` is `true`, certain characters are escaped to prevent them from being interpreted as special characters.When `Escape` is `false`, characters are written as-is without any escaping.
Public property FormatProvider
Gets an object that controls formatting.
(Inherited from TextWriter .)
Public property NewLine
Gets or sets the line terminator string used by the current TextWriter.
(Inherited from TextWriter .)
Top
See Also