Back to Devexpress

CodabarStartStopSymbol Enum

corelibraries-devexpress-dot-xtraprinting-dot-barcode-eb644566.md

latest2.1 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum CodabarStartStopSymbol
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum CodabarStartStopSymbol

Members

NameDescription
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:

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.

See Also

DevExpress.XtraPrinting.BarCode Namespace