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.

Exceptions

UnexpectedStructureException

The internal PDF structure does not contain the corresponding value but the value is required because of the presence or absence of other values. Or the value exists, but has an unexpected type.