PdfPage.Index Property

Definition

Gets the relative position of the Portable Document Format (PDF) page within its parent Portable Document Format (PDF) document.

public:
 property unsigned int Index { unsigned int get(); };
uint32_t Index();
public uint Index { get; }
var uInt32 = pdfPage.index;
Public ReadOnly Property Index As UInteger

Property Value

UInt32

unsigned int

uint32_t

The position of the Portable Document Format (PDF) page relative to its parent Portable Document Format (PDF) document.

Remarks

The first page of a Portable Document Format (PDF) document is index 0 (zero).

Applies to