PdfTableOfContentsTableStyle Property

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 }"

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public string TableStyle { get; set; }

Property Value

String

See Also