TocItemPageIndex Property |
Gets the page index.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic Nullable<int> PageIndex { get; }
Public ReadOnly Property PageIndex As Nullable(Of Integer)
Get
public:
property Nullable<int> PageIndex {
Nullable<int> get ();
}
member PageIndex : Nullable<int> with get
Property Value
Type:
NullableInt32An integer value that represents the index of the page referenced by the item;
null if it isn't set.
See Also