Public Member Functions | |
| HRESULT | Export ([in] long type,[in] BSTR path,[in] long fileFormat,[in, optional] VARIANT *pFileName,[in, optional] VARIANT *pAppendIndex) |
| Export batch. | |
| HRESULT | Delete () |
| Delete job. | |
Properties | |
| BSTR | Id [get] |
| Return job id. | |
Job is collection of scanned files.
| HRESULT Export | ( | [in] long | type, | |
| [in] BSTR | path, | |||
| [in] long | fileFormat, | |||
| [in, optional] VARIANT * | pFileName, | |||
| [in, optional] VARIANT * | pAppendIndex | |||
| ) |
Export batch.
| type | Type of export
| |
| path | Path for the expport | |
| fileFormat | File format
| |
| pFileName | Name of the file, empty attribute for type 0. | |
| pAppendIndex | Append index to the file name. This is length of the index in characters. 0 - no index is appended. |
BSTR Id [get] |
Return job id.
| pId | job id |