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) 文档的页数。

适用于