PdfPage.Index Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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).