CodabarStartStopSymbol Enum
Specifies the first (start) and last (stop) symbols used to code the Codabar bar code structure.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(ResFinder))]
public enum CodabarStartStopSymbol
<TypeConverter(GetType(EnumTypeConverter))>
<ResourceFinder(GetType(ResFinder))>
Public Enum CodabarStartStopSymbol
Members
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". |
Related API Members
The following properties accept/return CodabarStartStopSymbol values:
Remarks
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.