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

Interleaved2of5Options.WideNarrowRatio Property

Gets or sets the wide bar to narrow bar ratio.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public float WideNarrowRatio { get; set; }

Property Value

Type Description
Single

A Single value that specifies the density of bar code bars. The default is 3.

Property Paths

You can access this nested property as listed below:

Object Type Path to WideNarrowRatio
BarCodeOptions
.ITF14.WideNarrowRatio

Remarks

Use this property to specify the ratio of the thickest bar to the narrowest. The value should be equal to or greater than 2.5.

See Also