System.Drawing.Printing.PrintDocument.PrinterSettings Property

Gets or sets the printer that prints the document.

Syntax

[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public PrinterSettings PrinterSettings { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can specify several printer settings through the PrintDocument.PrinterSettings property. For example, use the PrinterSettings.Copies property to specify the number of copies you want to print, the PrinterSettings.PrinterName property to specify the printer to use, and the PrinterSettings.PrintRange property to specify the range of pages you want to print.

Requirements

Namespace: System.Drawing.Printing
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0