CodabarSymbol
Contents
[
Hide
]CodabarSymbol enum
Module: aspose_barcode.generation.codabar_symbol
Specifies the start or stop symbol of the Codabar barcode specification.
Enum Values
| Name | Value | Description |
|---|---|---|
| A | 65 | Specifies character A as the start or stop symbol of the Codabar barcode specification. |
| B | 66 | Specifies character B as the start or stop symbol of the Codabar barcode specification. |
| C | 67 | Specifies character C as the start or stop symbol of the Codabar barcode specification. |
| D | 68 | Specifies 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.