PdfTableOfContentsSetPageNumberStyle Method

Call this method to set the CSS style of the page numbers for a level in table of contents

Definition

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

Parameters

tocEntryLevel  Int32
The table of contents entry level
pageNumberStyle  String
The page numbers CSS style for the given level

See Also