The character set to use with the Code128 barcode symbology.
            
 
    Namespace: 
   Zebra.Sdk.Card.Graphics.Barcode.Enumerations
    Assembly:
   SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
SyntaxPublic Enumeration CharacterSet
public enum class CharacterSet
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Auto | 0 | 
            Automatically switch between code sets to encode the ASCII values.
             | 
 | A | 1 | 
            Utilize Char Set A which only supports ASCII values from 0 to 95.
             | 
 | B | 2 | 
            Utilize Char Set B which only supports ASCII values from 32 to 127.
             | 
 | C | 3 | 
            Utilize Char Set C which only supports pairs of digits.
             | 
See Also