corelibraries-devexpress-dot-xtraprinting-dot-barcode-eb644566.md
Specifies the first (start) and last (stop) symbols used to code the Codabar bar code structure.
Namespace : DevExpress.XtraPrinting.BarCode
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
[ResourceFinder(typeof(ResFinder))]
public enum CodabarStartStopSymbol
<ResourceFinder(GetType(ResFinder))>
Public Enum CodabarStartStopSymbol
| Name | Description |
|---|---|
None |
The first/last element in a bar code is not specified.
|
| A |
The first/last element in a bar code is “A”.
|
| B |
The first/last element in a bar code is “B”.
|
| C |
The first/last element in a bar code is “C”.
|
| D |
The first/last element in a bar code is “D”.
|
The following properties accept/return CodabarStartStopSymbol values:
Use this enumeration’s members to set the first (start) and last (stop) symbols used in a BarCodeBrick of the Codabar type. This enumeration’s values are set or returned by the CodabarGenerator.StartSymbol and CodabarGenerator.StopSymbol properties.
See Also