Delete redundant spaces after line break while importing HTML

Effect of setting the HTMLLoadOptions.DeleteRedundantSpaces property to false and true

The following screenshot shows the effect of setting this property to false and true.

todo:image_alt_text

Delete redundant spaces after line break while importing HTML

Programming Sample

The following sample code shows the usage of the HTMLLoadOptions.DeleteRedundantSpaces property. Please set it true or false to get the output as shown in the above screenshot.