Spread Windows Forms 10.0 Product Documentation
GetPreferredSize(Graphics,Size,Appearance,Object,Single) Method


Graphics device interface for painting the cell
Size of the barcode
Appearance settings of the cell
Value to display
Numeric value for scaling the display of the cell
Determines the default fixed size of the barcode in pixels.
Syntax
'Declaration
 
Public Overloads Overrides Function GetPreferredSize( _
   ByVal g As Graphics, _
   ByVal size As Size, _
   ByVal appearance As Appearance, _
   ByVal value As Object, _
   ByVal zoomFactor As Single _
) As Size
'Usage
 
Dim instance As BarCodeCellType
Dim g As Graphics
Dim size As Size
Dim appearance As Appearance
Dim value As Object
Dim zoomFactor As Single
Dim value As Size
 
value = instance.GetPreferredSize(g, size, appearance, value, zoomFactor)
public override Size GetPreferredSize( 
   Graphics g,
   Size size,
   Appearance appearance,
   object value,
   float zoomFactor
)

Parameters

g
Graphics device interface for painting the cell
size
Size of the barcode
appearance
Appearance settings of the cell
value
Value to display
zoomFactor
Numeric value for scaling the display of the cell
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

BarCodeCellType Class
BarCodeCellType Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.