Aspose.Barcode for Python via Java Generation and Recognition API docs
CodabarSymbol Class Reference

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

Inherits Enum.

Static Public Attributes

int A = 65
 Specifies character A as the start or stop symbol of the Codabar barcode specification. More...
 
int B = 66
 Specifies character B as the start or stop symbol of the Codabar barcode specification. More...
 
int C = 67
 Specifies character C as the start or stop symbol of the Codabar barcode specification. More...
 
int D = 68
 Specifies character D as the start or stop symbol of the Codabar barcode specification. More...
 

Detailed Description

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

Member Data Documentation

◆ A

int A = 65
static

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

◆ B

int B = 66
static

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

◆ C

int C = 67
static

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

◆ D

int D = 68
static

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