Code39Options.WideNarrowRatio Property
Gets or sets the wide bar to narrow bar ratio.
Namespace: DevExpress.BarCodes
Assembly: DevExpress.Docs.v24.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
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 |
|
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.2 and 3.
See Also