System.Drawing.Printing.PageSettings.Color Property

Gets or sets a value indicating whether the page should be printed in color.

Syntax

public bool Color { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can use the PrinterSettings.SupportsColor property to determine if the printer supports color printing. If the printer supports color, but you do not want to print in color, set the PageSettings.Color property to false. The default will be true.

Requirements

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