Specify the template name for CSS styles, by default it's a "st". For example, <span class="st1">

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

Syntax

         
 C#  Visual Basic  J# 
public string StyleName { get; set; }
Public Property StyleName As String
/** @property */
public String get_StyleName()
/** @property */
public  void set_StyleName(String value)

See Also