ComponentOne BarCode for WinForms
WholeSize Constructor(Single,Single)

C1.Win.BarCode.4 Assembly > C1.BarCode Namespace > WholeSize Class > WholeSize Constructor : WholeSize Constructor(Single,Single)
The overall width of barcode.
The overall height of barcode.
Initializes a new instance of WholeSize.
Syntax
'Declaration
 
Public Function New( _
   ByVal wholeWidth As System.Single, _
   ByVal wholeHeight As System.Single _
)
public WholeSize( 
   System.float wholeWidth,
   System.float wholeHeight
)

Parameters

wholeWidth
The overall width of barcode.
wholeHeight
The overall height of barcode.
See Also

Reference

WholeSize Class
WholeSize Members
Overload List