PdfPage.Index Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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).