Object
BatchOptions
Options to specify when running a Batch command.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| static | BatchDestinationType = BatchDestinationType.NODESTINATION | read/write | The type of destination for the processed files. |
| static | File | read/write | The folder location for the processed files. Valid only when 'destination' = folder. |
| static | File | read/write | The file in which to log errors encountered. To display errors on the screen and stop batch processing when errors occur, leave blank. |
| static | FileNamingType[] | read/write | A list of file naming options. Maximum: 6. |
| static | Boolean = true | read/write | If true, the final file names are Macintosh compatible. |
| static | Boolean = false | read/write | If true, overrides action open commands. |
| static | Boolean = false | read/write | If true, overrides save as action steps with the specified destination. |
| static | Int = 1 | read/write | The starting serial number to use in naming files. |
| static | Boolean = false | read/write | If true, suppresses file open options dialogs. |
| static | Boolean = false | read/write | If true, suppresses color profile warnings. |
| static | Boolean = true | read/write | If true, the final file names are Unix compatible. |
| static | Boolean = true | read/write | If true, the final file names are Windows compatible. |
Parameter of 1
Method parameters that accept a BatchOptions.