Skip to main content

CodabarOptions.WideNarrowRatio Property

Gets or sets the density of bars.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v24.1.dll

NuGet Package: DevExpress.Document.Processor

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