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

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

Declaration

[ResourceFinder(typeof(ResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
public enum CodabarStartStopPair

Members

Name Description
None

The are no start (first) and stop (last) elements used in a bar code.

AT

The first element in a bar code is “A” and the last element is “T”.

BN

The first element in a bar code is “B” and the last element is “N”.

CStar

The first element in a bar code is “C” and the last element is “*”.

DE

The first element in a bar code is “D” and the last element is “E”.

Related API Members

The following properties accept/return CodabarStartStopPair values:

Library Related API Members
Cross-Platform Class Library CodabarGenerator.StartStopPair
WPF Controls BarCodePropertyProvider.StartStopPair

Remarks

Use this enumeration’s members to set the first (start) and last (stop) symbols used in a BarCodeBrick of the Codabar type.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CodabarStartStopPair enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also