ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / ImagesOptionsForm Class / GetPreferredSize Method

In This Topic
    GetPreferredSize Method (ImagesOptionsForm)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetPreferredSize( _
       ByVal proposedSize As System.Drawing.Size _
    ) As System.Drawing.Size
    public virtual System.Drawing.Size GetPreferredSize( 
       System.Drawing.Size proposedSize
    )

    Parameters

    proposedSize
    See Also