HtmlLoadOptions.DeleteRedundantSpaces

HtmlLoadOptions.DeleteRedundantSpaces property

Indicates whether delete redundant spaces when the text wraps lines using <br> tag. The default value is false.

public bool DeleteRedundantSpaces { get; set; }

See Also