Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

Declaration

[ResourceFinder(typeof(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.

See Also