TocItem
TocItem class
Represents the item which is used in the table of contents extraction functionality.
Constructors
Name |
Description |
TocItem(int, string, int?) |
Initializes a new instance of the TocItem class. |
Properties
Name |
Description |
Depth { get; } |
Gets the depth level. |
PageIndex { get; } |
Gets the page index. |
Text { get; } |
Gets the text. |
Methods
Name |
Description |
virtual ExtractText() |
Extracts a text from the document to which TocItem object refers. |
An instance of TocItem
class is used as return value of GetToc
methods. See the usage examples there.
See Also