ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.PageSetup Namespace / PrinterSettings Class / GetPaperSize Method

In This Topic
    GetPaperSize Method (PrinterSettings)
    In This Topic
    Gets paper size by its name. Return empty PaperSize instance if printer does not support specified paper size
    Syntax
    'Declaration
     
    Public Function GetPaperSize( _
       ByVal sizeName As String _
    ) As PaperSize
    public PaperSize GetPaperSize( 
       string sizeName
    )

    Parameters

    sizeName
    See Also