Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSContainer Class / GetPrintMaxExtent Method


In This Topic
GetPrintMaxExtent Method
In This Topic
Gets the size of the largest contained objects.
Syntax
'Declaration
 
Public Overridable Function GetPrintMaxExtent() As Point
 
'Usage
 
Dim instance As PSContainer
Dim value As Point
 
value = instance.GetPrintMaxExtent()
See Also