| Description: |
Specifies the appropriate current CAP_PRINTER device mode.
Note:
TWPM_SINGLESTRING specifies that the printed text will consist of a single string.
WPM _MULTISTRING specifies that the printed text will consist of an enumerated list of strings to be printed in order.
TWPM _COMPOUNDSTRING specifies that the printed string will consist of a compound of a String followed by a value followed by a suffix string. |
| Remarks: |
None
|
| Data type: |
Integer
|
| Default value: |
TWPM_SINGLESTRING(0)
|
| Allowed values: |
TWPM_SINGLESTRING(0), TWPM_MULTISTRING(1), TWPM_COMPOUNDSTRING(2)
|
| CapType for GET: |
TW_ENUMERATION.
TW_ONEVALUE
|
| CapType for SET: |
TW_ONEVALUE
|
| See also: |
CAP_PRINTER,
CAP_PRINTERENABLED,
CAP_PRINTERINDEX,
CAP_PRINTERSTRING,
CAP_PRINTERSUFFIX
|
|