RtfToHtml.OutputHtmlFragment property
The OutputHtmlFragment property gets or sets a Boolean value that determines whether or not this RtfToHtml object must output an entire HTML document or only a fragment of the HTML body content.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property OutputHtmlFragment As Boolean
Get
Set
'Usage
Dim instance As RtfToHtml
Dim value As Boolean
value = instance.OutputHtmlFragment
instance.OutputHtmlFragment = value
public bool OutputHtmlFragment { get; set; }
Property value
Type: System.Boolean