GetPreferredSize Method (IEnhancedPdfRenderer)
In This Topic
Gets the preferred (maximum needed) size of the cell for the renderer control.
Syntax
'Declaration
Function GetPreferredSize( _
ByVal As Graphics, _
ByVal As Size, _
ByVal As Appearance, _
ByVal As Object, _
ByVal As Single, _
ByVal fitColumn As Boolean, _
ByVal As Boolean, _
ByVal As ExtraRendererSettings _
) As Size
'Usage
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)
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.
See Also