Enum CodabarSymbol
CodabarSymbol enumeration
Specifies the start or stop symbol of the Codabar barcode specification.
public enum CodabarSymbol : short
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. |
See Also
- namespace Aspose.BarCode.Generation
- assembly Aspose.BarCode