Back to Devexpress

DataBarType Enum

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

latest2.0 KB
Original Source

DataBarType Enum

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

Declaration

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

Members

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

LibraryRelated API Members
Cross-Platform Class LibraryDataBarGenerator.Type
WPF ControlsBarCodePropertyProvider.Type

Remarks

The values listed by the DataBarType enumeration are used to set the DataBarGenerator.Type property.

See Also

Type

DevExpress.XtraPrinting.BarCode Namespace