Table of Contents

Class RtfWriteOptions

Namespace
DocWright.Formats.Rtf
Assembly
DocWright.Formats.Rtf.dll

Format-specific settings for RtfWriter.

public sealed class RtfWriteOptions
Inheritance
RtfWriteOptions
Inherited Members

Constructors

RtfWriteOptions()

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 \u escapes 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 \u escape is written. True by default.