ComponentOne Web API Edition
ModuleSize Constructor(Int32,Int32)

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 Integer, _
   ByVal barWide As Integer _
)
public ModuleSize( 
   int barNarrow,
   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