
Public Attributes | |
| attribute AString | directory |
| Directory where to store files. | |
| attribute long | mode |
| Document export mode. | |
| attribute boolean | visible |
| Flag profile is visible. | |
| attribute boolean | displayDialog |
| Flag to display dialog. | |
| attribute AString | commandAfterExport |
| Command to be executed after export. | |
| attribute AString | filePrefix |
| File prefix. | |
| attribute boolean | useFileIndex |
| Flag if to add file index. | |
| attribute long | fileIndex |
| File index. | |
| attribute long | fileIndexSize |
| Length of file index. | |
| attribute boolean | filePageNumber |
| Append page number. | |
| attribute boolean | useSubdir |
| Flag to use subdirectory. | |
| attribute AString | subdirPrefix |
| SubDirectory prefix. | |
| attribute boolean | useSubdirIndex |
| Flag if to add subdirectory index. | |
| attribute long | subdirIndex |
| Sub-directory index. | |
| attribute long | subdirIndexSize |
| Length of subdirectory index. | |
| attribute long | subdirMaxItems |
| Maximum number of items in the subdirectory. | |
| attribute boolean | subdirKeepTogether |
| Flag to keep document together. | |
| attribute boolean | subdirCreateAlways |
| Flag to create always directory. | |
| attribute long | documentFormat |
| Export document format. | |
| attribute boolean | deleteJob |
| Flag to delete exported job. | |
This is disk export service configuration. Class can be used to read or change configuration of the service.
| attribute boolean deleteJob |
Flag to delete exported job.
Job will be deleted only on succefull export
| attribute long documentFormat |
Export document format.
-1 Do not change format 0 Multipage-TIFF 1 PDF | attribute long mode |
Document export mode.
0 Export document as 1 file 1 Export each document in separate directory 2 Export pages as files in same directory