[]
        
(Showing Draft Content)

C1.BarCode.ModuleSize.-ctor

ModuleSize Constructor

ModuleSize()

Initializes a new instance of ModuleSize.

Declaration
public ModuleSize()

ModuleSize(int, int)

Initailizes a new instance of ModuleSize.

Declaration
public ModuleSize(int barNarrow, int barWide)
Parameters
Type Name Description
int barNarrow

The width for the barcode's narrow bars.

int barWide

The width for the barcode's wide bars.