Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

CodabarOptions.WideNarrowRatio Property

Gets or sets the density of bars.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v19.1.dll

Declaration

public float WideNarrowRatio { get; set; }

Property Value

Type Description
Single

A float value specifying the density of bars. The default is 2.

Property Paths

You can access this nested property as listed below:

Object Type Path to WideNarrowRatio
BarCodeOptions
.Codabar.WideNarrowRatio

Remarks

Use this property to specify the ratio of the thickest bar to the narrowest. The value assigned should be equal to or between 2 and 3.

See Also