Skip to main content

Interleaved2of5Options.WideNarrowRatio Property

Gets or sets the wide bar to narrow bar ratio.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

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
.Interleaved2of5 .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