屬性
| Name | Type | Access Level | Description |
|---|---|---|---|
Id | string | Read-only | 頁面的識別碼。 |
ImageHeight | uint | Read-only | 頁面影像的高度(以像素為單位)。 |
ImageWidth | uint | Read-only | 頁面影像的寬度(以像素為單位)。 |
Index | int | Read-only | 頁面在文件中的索引。索引從 0 開始。 |
SourceFile | SourceFile | Read-only | 來源檔案。 |
RuleErrors | RuleError[] | Read-only | 在頁面上偵測到的規則錯誤清單。 |
方法
| Name | Description |
|---|---|
Field GetField(string fieldDefinitionId); | 依據文件定義中的欄位識別碼取得對應的欄位。 |
Field GetFields(string fieldDefinitionId); | 依據文件定義中的欄位識別碼傳回欄位清單。此方法會取得所有重複欄位的執行個體。 |
