ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / PaperSizesProvider Class / GetPaperSize Method / GetPaperSize(Length,Length) Method
width of page
height of page

In This Topic
    GetPaperSize(Length,Length) Method
    In This Topic
    Return first matched PaperSizes from actual Width and Height
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetPaperSize( _
       ByVal width As Length, _
       ByVal height As Length _
    ) As PaperSizesProvider.PaperSizes
    public static PaperSizesProvider.PaperSizes GetPaperSize( 
       Length width,
       Length height
    )

    Parameters

    width
    width of page
    height
    height of page

    Return Value

    See Also