RtfTextWriter Properties |
The RtfTextWriter type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Encoding |
Returns current Encoding.
(Overrides
TextWriter
Encoding
.)
|
|
|
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.
|
|
|
FormatProvider |
Gets an object that controls formatting.
(Inherited from
TextWriter
.)
|
|
|
NewLine |
Gets or sets the line terminator string used by the current TextWriter.
(Inherited from
TextWriter
.)
|