Enum CodeType
Specifies the type of the bar code.
public enum CodeType
Fields
Code2of5Interleaved = 0The standard 2 of 5 interleaved bar code.
Code3of9Standard = 1The standard 3 of 9 bar code.
DataMatrix = 3The data matrix code.
Omr = 2The OMR code.