Aspose::BarCode::Generation::CodabarSymbol enum

CodabarSymbol enum

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

enum class CodabarSymbol : int16_t

Values

NameValueDescription
An/aSpecifies character A as the start or stop symbol of the Codabar barcode specification.
Bn/aSpecifies character B as the start or stop symbol of the Codabar barcode specification.
Cn/aSpecifies character C as the start or stop symbol of the Codabar barcode specification.
Dn/aSpecifies character D as the start or stop symbol of the Codabar barcode specification.

See Also