TocItem

TocItem constructor

Initializes a new instance of the TocItem class.

public TocItem(int depth, string text, int? pageIndex)
Parameter Type Description
depth Int32 The depth level of the item.
text String The text of the item.
pageIndex Nullable`1 The index of the page referenced by the item

See Also