RtfToHtml.NormalizeHtml property
The NormalizeHtml property gets or sets a Boolean value that determines whether this RtfToHtml object will collapse white space, balance tags, and fix other problems in the source HTML.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property NormalizeHtml As Boolean
Get
Set
'Usage
Dim instance As RtfToHtml
Dim value As Boolean
value = instance.NormalizeHtml
instance.NormalizeHtml = value
public bool NormalizeHtml { get; set; }
Property value
Type: System.Boolean
Remarks
The NormalizeHtml property can only be set before the conversion begins.