Поделиться через


PdfDocument.PageCount Свойство

Определение

Возвращает количество страниц в pdf-документе.

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

Значение свойства

UInt32

unsigned int

uint32_t

Количество страниц в pdf-документе.

Применяется к