EVO HTML to PDF Converter

TableOfContentsOptionsSetItemStyle Method

EVO HTML to PDF Converter for .NET Documentation
Sets the style of a table of contents item on a given level. The item level is a number from 1 to 6

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax

public void SetItemStyle(
	int level,
	string style
)

Parameters

level
Type: SystemInt32
The item level in the table of contents
style
Type: SystemString
The item CSS style
See Also

Reference