This property forces the component to save special symbols in such format: &#xxx;

Namespace:  SautinSoft
Assembly:  SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 3.0.2.0

Syntax

         
 C#  Visual Basic  J# 
public bool UseHtmlSymbols { get; set; }
Public Property UseHtmlSymbols As Boolean
/** @property */
public boolean get_UseHtmlSymbols()
/** @property */
public  void set_UseHtmlSymbols(boolean value)

See Also