Specify table properties for output HTML document: borders and width

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

Syntax

         
 C#  Visual Basic  J# 
public CTableStyle TableStyle { get; set; }
Public Property TableStyle As CTableStyle
/** @property */
public CTableStyle get_TableStyle()
/** @property */
public  void set_TableStyle(CTableStyle value)

See Also