PdfDocument.PageCount Property

Definition

Gets the number of pages in the Portable Document Format (PDF) document.

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

Property Value

UInt32

unsigned int

uint32_t

The number of pages in the Portable Document Format (PDF) document.

Applies to