Partager via


PdfDocument.GetPage(UInt32) Méthode

Définition

Obtient une page à partir d’un document PDF (Portable Document Format).

public:
 virtual PdfPage ^ GetPage(unsigned int pageIndex) = GetPage;
PdfPage GetPage(uint32_t const& pageIndex);
public PdfPage GetPage(uint pageIndex);
function getPage(pageIndex)
Public Function GetPage (pageIndex As UInteger) As PdfPage

Paramètres

pageIndex
UInt32

unsigned int

uint32_t

Emplacement de la page PDF (Portable Document Format) par rapport à son document parent.

Retours

Page PDF (Portable Document Format).

Remarques

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

S’applique à