ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.PageSetup Namespace / PaperSize Structure / CompareTo Method

In This Topic
    CompareTo Method (PaperSize)
    In This Topic
    Returns negative value is any of dimensions of current size is less than the same dimension of another instance
    Syntax
    'Declaration
     
    Public Function CompareTo( _
       ByVal other As PaperSize _
    ) As Integer
    public int CompareTo( 
       PaperSize other
    )

    Parameters

    other
    See Also