OverrideOption enum | QSYS API Reference Guide
Specifies the option to be overridden on a file.
Namespace: ASNA.QSys.Runtime.JobSupport
Assembly: ASNA.QSys.Runtime.dll
Enum Values
| Name | Description | Value |
|---|---|---|
| CheckFormatIDs | Specifies whether the level identifiers of the file’s record formats should be compared at open time with those provided by the program. Only value allowed is false. | 24 |
| Collate | The collate option. | 3 |
| Copies | The number of printed copies. | 4 |
| Duplex | The duplex option. | 5 |
| FormName | The printer form name. | 6 |
| FormType | The type of form. | 17 |
| Hold | The value indicating if the printout should be held. | 18 |
| InhibitWrite | Prevents operations to the file from actually updating it, effectively treating the operation as a no-op. | 23 |
| MaxOption | The number of options in this enumeration. | 25 |
| Mbr | The member name. | 1 |
| Orientation | The print paper orientation. | 7 |
| OutputQueue | The name of the output queue. | 19 |
| PaperLength | The paper length. | 8 |
| PaperSize | The paper size. | 9 |
| PaperSource | The paper source. | 10 |
| PaperWidth | The paper width. | 11 |
| Printer | The printer name. | 12 |
| Quality | The printout quality. | 13 |
| ReportName | The report name. | 14 |
| SaveAfter | The value indicating if the spooled file should be saved after printing. | 20 |
| Scale | The scaling of the printout. | 15 |
| ShareOpenDataPath | The option to share the file handle. | 16 |
| SpoolFileName | The name of the spool file. | 22 |
| ToFile | The file name. | 0 |
| UserData | The value of the user data. | 21 |
| WaitRcd | The record wait time. | 2 |