ComponentOne BarCode for WinForms
ModuleSize Constructor(Int32,Int32)

C1.Win.BarCode.4 Assembly > C1.BarCode Namespace > ModuleSize Class > ModuleSize Constructor : ModuleSize Constructor(Int32,Int32)
The width for the barcode's narrow bars.
The width for the barcode's wide bars.
Initailizes a new instance of ModuleSize.
Syntax
'Declaration
 
Public Function New( _
   ByVal barNarrow As System.Integer, _
   ByVal barWide As System.Integer _
)
public ModuleSize( 
   System.int barNarrow,
   System.int barWide
)

Parameters

barNarrow
The width for the barcode's narrow bars.
barWide
The width for the barcode's wide bars.
See Also

Reference

ModuleSize Class
ModuleSize Members
Overload List