PdfPage.Index 属性

定义

获取可移植文档格式 (PDF) 页在其父可移植文档格式 (PDF) 文档中的相对位置。

public:
 property unsigned int Index { unsigned int get(); };
uint32_t Index();
public uint Index { get; }
var uInt32 = pdfPage.index;
Public ReadOnly Property Index As UInteger

属性值

UInt32

unsigned int

uint32_t

可移植文档格式 (PDF) 页面相对于其父可移植文档格式 (PDF) 文档的位置。

注解

可移植文档格式 (PDF) 文档的第一页是索引 0 (零) 。

适用于