プリンタがプロッタかどうかを示す値を取得します。
Public ReadOnly Property IsPlotter As Boolean
[C#]
public bool IsPlotter {get;}
[C++]
public: __property bool get_IsPlotter();
[JScript]
public function get IsPlotter() : Boolean;
プロパティ値
プリンタがプロッタの場合は true 。プリンタがラスタの場合は false 。
解説
プロッタは、ラスタ ベースではなくベクタ ベースのプリンタです。ほとんどのベクタ ベースのプリンタは、一単位のペンを使用して出力を生成します。
必要条件
プラットフォーム: 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 名前空間 | IsValid