ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Win Assembly / GrapeCity.ActiveReports.Win.Printing Namespace / SystemPrinter Class / PaperSizes Property

In This Topic
    PaperSizes Property (SystemPrinter)
    In This Topic
    Returns a reference to the collection of paper sizes the printer supports.
    Syntax
    'Declaration
     
    Public ReadOnly Property PaperSizes As PrinterSettings.PaperSizeCollection
    public PrinterSettings.PaperSizeCollection PaperSizes {get;}
    See Also