Spread for ASP.NET 7.0 Product Documentation
GetPreferredSize Method
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > IEnhancedPdfRenderer Interface : GetPreferredSize Method


g
Graphics device interface for drawing
size
Preferred or maximum needed size
appearance
Appearance settings
value
Object that contains the name of the renderer control
zoomFactor
Numeric value for zoom factor for scaling the display
fitColumn
Whether to fit the column
fitRow
Whether to fit the row
extraRendererSettings
The extra renderer settings.

Glossary Item Box

Gets the preferred (maximum needed) size of the cell for the renderer control.

Syntax

Visual Basic (Declaration) 
Function GetPreferredSize( _
   ByVal g As Graphics, _
   ByVal size As Size, _
   ByVal appearance As Appearance, _
   ByVal value As Object, _
   ByVal zoomFactor As Single, _
   ByVal fitColumn As Boolean, _
   ByVal fitRow As Boolean, _
   ByVal extraRendererSettings As ExtraRendererSettings _
) As Size
Visual Basic (Usage)Copy Code
Dim instance As IEnhancedPdfRenderer
Dim g As Graphics
Dim size As Size
Dim appearance As Appearance
Dim value As Object
Dim zoomFactor As Single
Dim fitColumn As Boolean
Dim fitRow As Boolean
Dim extraRendererSettings As ExtraRendererSettings
Dim value As Size
 
value = instance.GetPreferredSize(g, size, appearance, value, zoomFactor, fitColumn, fitRow, extraRendererSettings)
C# 
Size GetPreferredSize( 
   Graphics g,
   Size size,
   Appearance appearance,
   object value,
   float zoomFactor,
   bool fitColumn,
   bool fitRow,
   ExtraRendererSettings extraRendererSettings
)

Parameters

g
Graphics device interface for drawing
size
Preferred or maximum needed size
appearance
Appearance settings
value
Object that contains the name of the renderer control
zoomFactor
Numeric value for zoom factor for scaling the display
fitColumn
Whether to fit the column
fitRow
Whether to fit the row
extraRendererSettings
The extra renderer settings.

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

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