BarcodeControlModuleWidth Property |
Determines the width of the bar code module. Default is 2.
Namespace:
Atalasoft.Barcoding.Writing
Assembly:
Atalasoft.dotImage.Barcoding.Writing (in Atalasoft.dotImage.Barcoding.Writing.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic int ModuleWidth { get; set; }Public Property ModuleWidth As Integer
Get
Set
Property Value
Type:
Int32
Exceptions| Exception | Condition |
|---|
| ArgumentException | Thrown if the value is zero or negative. |
See Also