BarcodeWriterModuleWidth Property |
Determines the widths of narrow bars in a barcode with both narrow and wide bars. Default is 2.
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 int ModuleWidth { get; set; }
Public Property ModuleWidth As Integer
Get
Set
Property Value
Type:
Int32Exceptions Exception | Condition |
---|
ArgumentException | Thrown if the value is zero or negative. |
See Also