JobDocument Object (Web Services API)
This object represents a document in a job.
Properties
Name | Type | Description |
Attributes | DocumentAttributes, read-only | Stores document attributes. |
BarcodeText | String, read-only | Returns the text of the separation barcode. |
CustomText | String, read-only | Custom text assigned to the document during document separation or indexing. The text can be used for output file naming. You can include this text to the output file name using the <CustomText> tag. |
Messages | JobMessage[ ], read-only | A list of errors, warnings, and information messages for this document. |
OutputDocuments | OutputDocument[ ], read-only |
Returns a collection of output files of different formats belonging to the document. Note. Output documents can also be located in the InputFile.OutputDocuments collection if:
|
PagePositions | PagePosition[ ], read-only | Returns a collection of objects that store information about the page position within the input document. |
Statistics | Statistics, read-only | Returns document processing statistics. |
Name | String, read-only | Returns the name of the document. |
IsFailed | Boolean, read-only | If an error occurred during processing, this property will be set to true. |
3/26/2024 1:49:49 PM