[]
Initializes a new instance of ModuleSize.
public ModuleSize()
Public Sub New()
Initailizes a new instance of ModuleSize.
public ModuleSize(int barNarrow, int barWide)
Public Sub New(barNarrow As Integer, barWide As Integer)
Type | Name | Description |
---|---|---|
int | barNarrow | The width for the barcode's narrow bars. |
int | barWide | The width for the barcode's wide bars. |