Aspose.Barcode for PHP via Java Generation and Recognition API docs

Public Attributes

const A = 65
 
const B = 66
 
const C = 67
 
const D = 68
 

Private Member Functions

 __construct ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

CodabarSymbol::__construct ( )
private

Member Data Documentation

◆ A

const CodabarSymbol::A = 65

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

◆ B

const CodabarSymbol::B = 66

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

◆ C

const CodabarSymbol::C = 67

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

◆ D

const CodabarSymbol::D = 68

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