PdfTableOfContentsSetTocEntryStyle Method

Call this method to set the table of contents entry CSS style for a level

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void SetTocEntryStyle(
	int tocEntryLevel,
	string tocEntryStyle
)

Parameters

tocEntryLevel  Int32
The table of contents entry level
tocEntryStyle  String
The table of contents entry CSS style

See Also