[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.ModuleSize.-ctor

ModuleSize Constructor

ModuleSize()

Initializes a new instance of ModuleSize.

Declaration
public ModuleSize()
Public Sub New()

ModuleSize(int, int)

Initailizes a new instance of ModuleSize.

Declaration
public ModuleSize(int barNarrow, int barWide)
Public Sub New(barNarrow As Integer, barWide As Integer)
Parameters
Type Name Description
int barNarrow

The width for the barcode's narrow bars.

int barWide

The width for the barcode's wide bars.