Enum CodabarSymbol

CodabarSymbol enumeration

Specifies the start or stop symbol of the Codabar barcode specification.

public enum CodabarSymbol : short

Values

NameValueDescription
A65Specifies character A as the start or stop symbol of the Codabar barcode specification.
B66Specifies character B as the start or stop symbol of the Codabar barcode specification.
C67Specifies character C as the start or stop symbol of the Codabar barcode specification.
D68Specifies character D as the start or stop symbol of the Codabar barcode specification.

See Also