属性
| 名称 | 类型 | 描述 |
|---|---|---|
| FileName | string,唯讀 | 文件名。 |
| ExportFormat | ExportFormat,唯讀 | 可用的文件导出格式。 |
| `Properties[“PageIndex”] | string,唯讀 | 页序号(用于以 JPG 格式导出文件)。 |
方法
| 名称 | 描述 |
|---|---|
| ToJson(); | 以 string 格式返回导出结果。仅适用于 JSON 格式(JSON、FieldsJson、OcrJson)。 |
ResultFiles
方法
| 名称 | 描述 |
|---|---|
| GetByFormat(ExportFormat format); | 返回一个 DocumentExportResult 对象,其中仅包含以指定导出格式提供的 Document。 |
