BarCode for WPF | ComponentOne
C1.WPF.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 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