HiQPdf Documentation

PdfTableOfContentsSetTocEntryStyle Method

HiQPdf Client for .NET Core
Call this method to set the table of contents entry CSS style for a level

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public void SetTocEntryStyle(
	int tocEntryLevel,
	string tocEntryStyle
)

Parameters

tocEntryLevel
Type: SystemInt32
The table of contents entry level
tocEntryStyle
Type: SystemString
The table of contents entry CSS style
See Also

Reference