BarcodeWriterModuleRatio Property |
Sets or gets the ratio of wide bars to narrow bars in the barcode in barcodes that use wide and narrow
strips. Default is 1.5.
Namespace:
Atalasoft.Barcoding.Writing
Assembly:
Atalasoft.dotImage.Barcoding.Writing (in Atalasoft.dotImage.Barcoding.Writing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public float ModuleRatio { get; set; }
Public Property ModuleRatio As Single
Get
Set
Property Value
Type:
SingleExceptions Exception | Condition |
---|
ArgumentException | Thrown if the value is less than 1. |
Remarks Will throw if the value is set to a number less than 1.
See Also