Partager via


PdfDocument.PageCount Propriété

Définition

Obtient le nombre de pages dans le document PDF (Portable Document Format).

public:
 property unsigned int PageCount { unsigned int get(); };
uint32_t PageCount();
public uint PageCount { get; }
var uInt32 = pdfDocument.pageCount;
Public ReadOnly Property PageCount As UInteger

Valeur de propriété

UInt32

unsigned int

uint32_t

Nombre de pages dans le document PDF (Portable Document Format).

S’applique à