Flowed |
public bool DeleteSpace { get; set; }
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", then DeleteSpace should be set to true, otherwise DeleteSpace should be set to false.