Skip to main content

DataBarType Enum

Lists symbol types of the GS1 DataBar family.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public enum DataBarType

Members

Name Description
Expanded

GS1 Databar Expanded

BarCode-DataBar-Expanded

ExpandedStacked

GS1 Databar Expanded Stacked

BarCode-DataBar-ExpandedStacked

Limited

GS1 Databar Limited

BarCode-DataBar-Limited

Omnidirectional

GS1 Databar Omnidirectional

BarCode-DataBar-Omnidirectional

Stacked

GS1 Databar Stacked

BarCode-DataBar-Stacked

StackedOmnidirectional

GS1 Databar Stacked Omnidirectional

BarCode-DataBar-StackedOmnidirectional

Truncated

GS1 Databar Truncated

BarCode-DataBar-Truncated

Related API Members

The following properties accept/return DataBarType values:

See Also