HiQPdf Documentation

PdfTableOfContentsSetPageNumberStyle Method

Quickly Create High Quality PDFs
Call this method to set the CSS style of the page numbers for a level in table of contents

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public void SetPageNumberStyle(
	int tocEntryLevel,
	string pageNumberStyle
)

Parameters

tocEntryLevel
Type: SystemInt32
The table of contents entry level
pageNumberStyle
Type: SystemString
The page numbers CSS style for the given level
See Also

Reference