Skip to main content
All docs
V18.2

CodabarGenerator.StartStopPair Property

For internal use.

Namespace: DevExpress.XtraPrinting.BarCode

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty]
public CodabarStartStopPair StartStopPair { get; set; }

Property Value

Type
CodabarStartStopPair

Available values:

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”.

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

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