Property LineWrapColumn
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
Exceptions
- ArgumentOutOfRangeException
The value is less than 40.