Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1PrintOptions Class / PrinterSettings Property

In This Topic
    PrinterSettings Property (C1PrintOptions)
    In This Topic
    Gets or sets the PrinterSettings object defining the print parameters, can be null to use default printer settings.
    Syntax
    'Declaration
     
    Public Property PrinterSettings As PrinterSettings
    public PrinterSettings PrinterSettings {get; set;}
    See Also