NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PrinterSettings.SupportsColor

Gets a value indicating whether the printer supports color printing.

[Visual Basic]
Public ReadOnly Property SupportsColor As Boolean
[C#]
public bool SupportsColor {get;}
[C++]
public: __property bool get_SupportsColor();
[JScript]
public function get SupportsColor() : Boolean;

Property Value

true if the printer supports color printing; otherwise, false.

See Also

PrinterSettings Class | PrinterSettings Members | System.Drawing.Printing Namespace | CanDuplex | Collate | IsPlotter | IsValid