ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / PaperSizesProvider Class / GetAllSizes Method
width of page
height of page

In This Topic
    GetAllSizes Method
    In This Topic
    Return all matched PaperSizes from actual Width and Height
    Syntax
    'Declaration
     
    Public Shared Function GetAllSizes( _
       ByVal width As Length, _
       ByVal height As Length _
    ) As IEnumerable(Of ValueTuple(Of PaperSizesProvider.PaperSizes,Length,Length))

    Parameters

    width
    width of page
    height
    height of page

    Return Value

    See Also