Get the index of the page.

Namespace: TallComponents.PDF.Layout
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public int PageIndex { get; }
Visual Basic
Public ReadOnly Property PageIndex As Integer
	Get

Remarks

This is the 1-based index of the page in the document, not the page number.

See Also