Gets or sets whether the trailing space on a wrapped line should be deleted.
The flowed text format defines a Content-Type parameter called delsp which
can have a value of yes or no. If the parameter exists and the value is
yes, set this property to true; otherwise set it to false.
Gets or sets whether byte input encoding is detected from the byte order mark or determined by inputEncoding.
Gets or sets text prepended to the beginning of the output.
The header must be set before conversion begins.
Gets or sets text appended to the end of the output.
The footer must be set before conversion begins.
The input format.
The output format.
Converts the text from the input format to the output format and writes the result.
The text to convert.
The text writer.
ProtecteddecodeConverts source text from the input format to the output format and writes the result.
The source text, bytes, or stream.
The text writer.
Converts text from the input format to the output format.
The text, bytes, or stream to convert.
The converted text.
A flowed text to text converter.
Unwraps flowed text as described in RFC 3676.