Get or set the page number of this page.

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

Syntax

C#
public int PageNumber { get; set; }
Visual Basic
Public Property PageNumber As Integer
	Get
	Set

Remarks

This is the page number as printed by the #p field. If you need the absolute page index use PageIndex.

See Also