Enumeration
FileNamingType
File naming options for the batch command.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Int = 16 | readonly | Uses the date formatted as ddmm. | |
| Int = 15 | readonly | Uses the date formatted as ddmmyy. | |
| Int = 2 | readonly | Use the document name in lower case. | |
| Int = 1 | readonly | Use the document name in mixed case. | |
| Int = 3 | readonly | Use the document name in UPPER case. | |
| Int = 17 | readonly | Use the extension of the file in lower case. | |
| Int = 18 | readonly | Use the extension of the file in UPPER case. | |
| Int = 11 | readonly | Uses the date formatted as mmdd. | |
| Int = 10 | readonly | Uses the date formatted as mmddyy. | |
| Int = 8 | readonly | Use letter serial number lower case (a, b, c, ...) | |
| Int = 9 | readonly | Use letter serial number UPPER case (A, B, C, ...) | |
| Int = 4 | readonly | Use a 1-digit serial number. | |
| Int = 5 | readonly | Use a 2-digit serial number. | |
| Int = 6 | readonly | Use a 3-digit serial number. | |
| Int = 7 | readonly | Use a 4-digit serial number. | |
| Int = 14 | readonly | Uses the date formatted as yyddmm. | |
| Int = 13 | readonly | Uses the date formatted as yymmdd. | |
| Int = 12 | readonly | Uses the date formatted as yyyymmdd. |
Object of 1
Properties elsewhere that hold an FileNamingType value.