Get the page index of this page in the document (1-based).

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 absolute page index in the document. This is not the page number (as printed by #p). If you need the page number use PageNumber.

See Also