Class RtfWriteOptions
Format-specific settings for RtfWriter.
public sealed class RtfWriteOptions
- Inheritance
-
RtfWriteOptions
- Inherited Members
Constructors
Fields
- DefaultCodePage
The code page the writer declares by default.
Properties
- CodePage
Gets or sets the code page declared as
\ansicpg. Content outside it is written as\uescapes rather than as raw bytes, so this setting affects the file's size and its readability to old readers, never which characters survive.
- ExportPictures
Gets or sets a value indicating whether pictures are written. True by default.
- LineWrapColumn
Gets or sets the column at which the writer breaks a line. RTF ignores line breaks in its body, so this affects only how the file reads in a text editor and how well it survives transports that reflow long lines.
- WriteUnicodeFallback
Gets or sets a value indicating whether the non-ASCII fallback beside each
\uescape is written. True by default.