ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Win Assembly / GrapeCity.ActiveReports.Win.Printing Namespace / Printer Class / PrinterSettings Property

In This Topic
    PrinterSettings Property (Printer)
    In This Topic
    Gets or sets the printer that prints the document.
    Syntax
    'Declaration
     
    Public Overridable Shadows Property PrinterSettings As PrinterSettings
    public virtual new PrinterSettings PrinterSettings {get; set;}

    Property Value

    A System.Drawing.Printing.PrinterSettings that specifies where and how the document is printed. The default is a System.Drawing.Printing.PrinterSettings with its properties set to their default values.
    See Also