XmlResultInputFile Object (COM-based API)
This object represents an input image file and the results of processing this file.
Properties
Name | Type | Description |
Attributes | DocumentAttributes, read-only | The property is retained for backward compatibility. For getting the document attributes, use the Attributes property of the JobDocument object. |
Comment | String | The full path to the file. |
FileName | String |
Stores the name of the image file. Note. You cannot include any subfolders into the file name. |
Id | BSTR, read-only | Returns the unique identifier of the input file. |
Messages | JobMessages | A list of errors, warnings, and information messages for the page. |
OutputDocuments | OutputDocuments, read-only |
Returns a collection of output files of different formats belonging to the document. |
Pages | Pages, read-only | Returns a collection of pages in the input image file. |
Password | String | Stores the password for accessing the password-protected PDF file. The default value is an empty string. |
Statistics | Statistics, read-only | Returns image processing statistics. |
See also
See sample: Samples.
3/26/2024 1:49:49 PM