プリンタがカラー印刷をサポートしているかどうかを示す値を取得します。
Public ReadOnly Property SupportsColor As Boolean
[C#]
public bool SupportsColor {get;}
[C++]
public: __property bool get_SupportsColor();
[JScript]
public function get SupportsColor() : Boolean;
プロパティ値
プリンタがカラー印刷をサポートしている場合は true 。それ以外の場合は false 。
解説
プリンタがカラー印刷をサポートしている場合に、これを使用する場合は、 PageSettings.Color を true に設定します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
PrinterSettings クラス | PrinterSettings メンバ | System.Drawing.Printing 名前空間 | PageSettings.Color