ComponentOne BarCode for WinForms
C1.Win.Barcode.4.5.2 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.

In This Topic
    ModuleSize Constructor(Int32,Int32)
    In This Topic
    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