Class Code128
Specifies the characters set to use in the Code 128 symbology.
Inheritance
System.Object
Code128
Namespace: Neodynamic.SDK.BarcodeCore
Assembly: Neodynamic.SDK.BarcodeCore.dll
Syntax
public sealed class Code128 : Enum
Fields
A
Barcode Professional will use the Char Set A which only supports ASCII values from 0 to 95
Declaration
public const Code128 A
Field Value
Type | Description |
---|---|
Code128 |
Auto
Barcode Professional will automatically switch between code sets to encode the ASCII values.
Declaration
public const Code128 Auto
Field Value
Type | Description |
---|---|
Code128 |
B
Barcode Professional will use the Char Set B which only supports ASCII values from 32 to 127
Declaration
public const Code128 B
Field Value
Type | Description |
---|---|
Code128 |
C
Barcode Professional will use the Char Set C which only supports pairs of digits
Declaration
public const Code128 C
Field Value
Type | Description |
---|---|
Code128 |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |