CodabarSymbol

CodabarSymbol enum

Module: aspose_barcode.generation.codabar_symbol

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

Enum 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.

CodabarSymbol.A

Type: int

Value: 65

Specifies character A as the start or stop symbol of the Codabar barcode specification.

CodabarSymbol.B

Type: int

Value: 66

Specifies character B as the start or stop symbol of the Codabar barcode specification.

CodabarSymbol.C

Type: int

Value: 67

Specifies character C as the start or stop symbol of the Codabar barcode specification.

CodabarSymbol.D

Type: int

Value: 68

Specifies character D as the start or stop symbol of the Codabar barcode specification.