BarCode for UWP/WinRT
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ModuleSize Class
ModuleSize Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.