CodabarOptions.WideNarrowRatio Property
Gets or sets the density of bars.
Namespace: DevExpress.BarCodes
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
Declaration
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 |
|
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