Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadShapesContainer Class / GetPrintMaxExtent Method


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