ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / PaperSizesProvider Class / GetPaperSize Method / GetPaperSize(PaperSizes,PageOrientation) Method
PaperSizesProvider.PaperSizes Page format
(Optional) PaperSizesProvider.PageOrientation Page orientation

In This Topic
    GetPaperSize(PaperSizes,PageOrientation) Method
    In This Topic
    Return ValueTuple with actual Width and Height of page
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetPaperSize( _
       ByVal paperSizes As PaperSizesProvider.PaperSizes, _
       Optional ByVal orientation As PaperSizesProvider.PageOrientation _
    ) As ValueTuple(Of Length,Length)

    Parameters

    paperSizes
    PaperSizesProvider.PaperSizes Page format
    orientation
    (Optional) PaperSizesProvider.PageOrientation Page orientation

    Return Value

    See Also