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

In This Topic
    PaperSizes Property (PrinterSettings)
    In This Topic
    Gets supported paper sizes
    Syntax
    'Declaration
     
    Public ReadOnly Property PaperSizes As IList(Of PaperSize)
    public IList<PaperSize> PaperSizes {get;}
    See Also