PrinterSettings.IsPlotter 属性

获取指示该打印机是否是绘图仪的值。

**命名空间:**System.Drawing.Printing
**程序集:**System.Drawing(在 system.drawing.dll 中)

语法

声明
Public ReadOnly Property IsPlotter As Boolean
用法
Dim instance As PrinterSettings
Dim value As Boolean

value = instance.IsPlotter
public bool IsPlotter { get; }
public:
property bool IsPlotter {
    bool get ();
}
/** @property */
public boolean get_IsPlotter ()
public function get IsPlotter () : boolean

属性值

若打印机是绘图仪,则为 true;若打印机是光栅打印机,则为 false

备注

绘图仪是基于向量(相对于基于光栅)的打印机。大多数基于向量的打印机都使用单独的绘图笔产生输出。

平台

Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

PrinterSettings 类
PrinterSettings 成员
System.Drawing.Printing 命名空间
IsValid