ModuleSize Constructor(Int32,Int32)
In This Topic
Initailizes a new instance of ModuleSize.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public ModuleSize(
System.int ,
System.int
)
Parameters
- barNarrow
- The width for the barcode's narrow bars.
- barWide
- The width for the barcode's wide bars.
See Also