Click or drag to resize

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; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
ArgumentExceptionThrown if the value is zero or negative.
See Also