Back to Devexpress

CodabarStartStopPair Enum

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

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Printing.Core

Declaration

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

Members

NameDescription
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 properties accept/return CodabarStartStopPair values:

Remarks

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

See Also

Codabar

DevExpress.XtraPrinting.BarCode Namespace