corelibraries-devexpress-dot-xtraprinting-dot-barcode-64867751.md
Lists the values used to specify the type of the DataBar bar code.
Namespace : DevExpress.XtraPrinting.BarCode
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
[ResourceFinder(typeof(ResFinder))]
public enum DataBarType
<ResourceFinder(GetType(ResFinder))>
Public Enum DataBarType
| Name | Description |
|---|---|
Omnidirectional |
A GS1 DataBar Omnidirectional bar code is generated.
|
| Truncated |
A GS1 DataBar Truncated bar code is generated.
|
| Stacked |
A GS1 DataBar Stacked bar code is generated.
|
| StackedOmnidirectional |
A GS1 DataBar Stacked Omnidirectional bar code is generated.
|
| Limited |
A GS1 DataBar Limited bar code is generated.
|
| Expanded |
A GS1 DataBar Expanded bar code is generated.
|
| ExpandedStacked |
A GS1 DataBar Expanded Stacked bar code is generated.
|
The following properties accept/return DataBarType values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | DataBarGenerator.Type |
| WPF Controls | BarCodePropertyProvider.Type |
The values listed by the DataBarType enumeration are used to set the DataBarGenerator.Type property.
See Also