属性
| 名称 | 类型 | 说明 |
|---|---|---|
| FileName | string,只读 | 文件名。 |
| ExportFormat | ExportFormat,只读 | 可用的文件导出格式。 |
| `Properties[“PageIndex”] | string,只读 | 页面序号(用于以 JPG 格式导出文件)。 |
方法
| 名称 | 说明 |
|---|---|
| ToJson(); | 以 string 格式返回导出结果。仅适用于 JSON 格式(JSON、FieldsJson、OcrJson)。 |
ResultFiles
方法
| 名称 | 描述 |
|---|---|
| GetByFormat(ExportFormat format); | 返回仅包含以指定导出格式导出的该文档的 DocumentExportResult 对象。 |
