Partager via


PdfPage.Index Propriété

Définition

Obtient la position relative de la page PDF (Portable Document Format) dans son document PDF (Portable Document Format) parent.

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

Valeur de propriété

UInt32

unsigned int

uint32_t

Position de la page PDF (Portable Document Format) par rapport au document PDF (Portable Document Format) parent.

Remarques

La première page d’un document PDF (Portable Document Format) est index 0 (zéro).

S’applique à