Click or drag to resize

CharacterSet Enumeration

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
Syntax
public enum CharacterSet
Members
  Member nameValueDescription
Auto0 Automatically switch between code sets to encode the ASCII values.
A1 Utilize Char Set A which only supports ASCII values from 0 to 95.
B2 Utilize Char Set B which only supports ASCII values from 32 to 127.
C3 Utilize Char Set C which only supports pairs of digits.
See Also