Properties
| Name | Type | Description |
|---|---|---|
| FileName | string, read-only | The name of the file. |
| ExportFormat | ExportFormat, read-only | An available file export format. |
| `Properties[“PageIndex”] | string, read-only | Page sequence number (for exporting files in JPG format). |
Methods
| Name | Description |
|---|---|
| ToJson(); | Returns the export results in string format. Works only for JSON formats (JSON, FieldsJson, OcrJson). |
ResultFiles
The read-only collection of DocumentExportResult objects that allows the result files to be filtered by format.Methods
| Name | Description |
|---|---|
| GetByFormat(ExportFormat format); | Returns the DocumentExportResult object that contains only the document in the specified export format. |
