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.v18.1.Core.dll

Declaration

[ResourceFinder(typeof(ResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the DataBarType enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also