TableOfContentsOptionsSetItemStyle Method

Sets the style of a table of contents item on a given level. The item level is a number from 1 to 6

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public void SetItemStyle(
	int level,
	string style
)

Parameters

level  Int32
The item level in the table of contents
style  String
The item CSS style

See Also