Gets or sets if keep html text formatting.

Namespace: Spire.Doc.Reporting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool IsKeepHtmlTextFormat { get; set; }
Public Property IsKeepHtmlTextFormat As Boolean
	Get
	Set
public:
property bool IsKeepHtmlTextFormat {
	bool get ();
	void set (bool value);
}
member IsKeepHtmlTextFormat : bool with get, set

Property Value

Boolean

See Also