1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for .NET
  4. /
  5. GroupDocs.Parser.Data
  6. /
  7. TocItem
  8. /
  9. PageIndex

PageIndex

TocItem.PageIndex property

Gets the page index.

public int? PageIndex { get; }

Property Value

An integer value that represents the index of the page referenced by the item; null if it isn’t set.

See Also