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

CodabarStartStopPair Enum

OBSOLETE

The DevExpress.XtraReports.UI.BarCode.CodabarStartStopPair class is now obsolete. Use the CodabarStartStopPair class instead.

Specifies the first (start) and last (stop) symbols used to code the Codabar bar code structure.

Namespace: DevExpress.XtraReports.UI.BarCode

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[Obsolete("The DevExpress.XtraReports.UI.BarCode.CodabarStartStopPair class is now obsolete. Use the DevExpress.XtraPrinting.BarCode.CodabarStartStopPair class instead.")]
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”.

Remarks

Use this enumeration’s members to set the first (start) and last (stop) symbols used in an XRBarCode of the Codabar type. This enumeration’s values are set or returned by the XRCodabarGenerator.StartStopSymbols property.

See Also