Skip to main content
A newer version of this page is available. .

DataBarType Enum

Lists the values used to specify the type of the DataBar bar code.

Namespace: DevExpress.XtraPrinting.BarCode

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[ResourceFinder(typeof(ResFinder))]
public enum DataBarType

Members

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.

Related API Members

The following properties accept/return DataBarType values:

Library Related API Members
Cross-Platform Class Library DataBarGenerator.Type
WPF Controls BarCodePropertyProvider.Type

Remarks

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

See Also