The start number for CSS styles which will be used in the style name, by default it's 1. 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 int StartCSSNumber { get; set; }
Public Property StartCSSNumber As Integer
/** @property */
public int get_StartCSSNumber()
/** @property */
public  void set_StartCSSNumber(int value)

See Also