Back to Devexpress

CodabarStartStopPair Enum

officefileapi-devexpress-dot-barcodes-20bc35b9.md

latest1.3 KB
Original Source

CodabarStartStopPair Enum

Lists start/stop patterns used in bar codes.

Namespace : DevExpress.BarCodes

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public enum CodabarStartStopPair
vb
Public Enum CodabarStartStopPair

Members

NameDescription
None

There 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:

See Also

DevExpress.BarCodes Namespace