Spread Windows Forms 6.0 Product Documentation
BarSize Constructor(Single,Single)
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType.BarCode Namespace > BarSize Class > BarSize Constructor : BarSize Constructor(Single,Single)


width
Barcode width
height
Barcode height

Glossary Item Box

Creates a new barcode size with the specified numeric values.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal width As Single, _
   ByVal height As Single _
)
Visual Basic (Usage)Copy Code
Dim width As Single
Dim height As Single
 
Dim instance As New BarSize(width, height)
C# 
public BarSize( 
   float width,
   float height
)

Parameters

width
Barcode width
height
Barcode height

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

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.