Gets the preferred (maximum needed) size of the cell for the renderer control.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IPdfSupport
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 value As Size
value = instance.GetPreferredSize(g, size, appearance, value, zoomFactor, fitColumn, fitRow) |
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
Return Value
Size object containing the height and width of the cell
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