JobDocument Object (COM-based 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. |
Messages | JobMessages, read-only | A list of errors, warnings, and information messages for this document. |
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. |
Name | String | Stores the name of the job document. The name is generated automatically. |
OutputDocuments | OutputDocuments, read-only |
Returns a collection of output files of different formats belonging to the document. |
PagePositions | PagePositions, read-only |
Returns a collection of the output document positions. |
Statistics | Statistics, read-only |
Returns document processing statistics. |
VerificationUserName | String | The name of the user that performed the verification. |
IndexingUserName | String | The name of the user that performed the indexing. |
IsFailed | Boolean, read-only | If an error occurred during processing, this property will be set to TRUE. |
See also
26.03.2024 13:49:49