Table of Contents

Property PageIndex

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

PageIndex

Gets the index of the page that should be displayed when this PdfOutlineItem is activated or -1 if there is no such page specified for this outline item.

public int PageIndex { get; }

Property Value

int

The index of the page that should be displayed when this PdfOutlineItem is activated or -1 if there is no such page specified for this outline item.

Remarks

Please do not store retrieved index because it may become invalid when collection of document pages will be changed.