The style of the table of contents. For example, you can change the table of contents background color if you set this property
with "body { background-color:green }"
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public string TableStyle { get; set; }
Public Property TableStyle As String
Get
Set
public:
property String^ TableStyle {
String^ get ();
void set (String^ value);
}
member TableStyle : string with get, set
Property Value
Type:
String
Reference