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