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: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.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