Table of Contents

Property LineWrapColumn

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

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.

public int LineWrapColumn { get; set; }

Property Value

int

Exceptions

ArgumentOutOfRangeException

The value is less than 40.