PosPrinterBase.CharacterSetList Property
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
PosPrinterBase class verifies that the device has been opened, then retrieves the value of PosPrinterProperties.CharacterSetList.
CharacterSetList is initialized to an empty integer array by the PosPrinterProperties class. The service object should set CharacterSetList to the character sets available for mapping in its Open method. If the service object attempts to set CharacterSetList to an empty array or null, or if any of the specified array values 0 (zero) or less than zero, PosPrinterProperties may throw PosControlException exceptions with the following values:
|
Value |
Meaning |
|
Illegal |
The service object has set the CharacterSet property to a value that doesn't exist in the CharacterSetList array. |