PrintQueue.IsXpsDevice 属性

定义

获取一个值,该值指示打印机的驱动程序是否是基于 XPSDrv 模型而构建,所以它才会使用 XML 纸张规范 (XPS) 作为其页面描述语言。

public:
 property bool IsXpsDevice { bool get(); };
public bool IsXpsDevice { [System.Security.SecurityCritical] get; }
public bool IsXpsDevice { get; }
[<get: System.Security.SecurityCritical>]
member this.IsXpsDevice : bool
member this.IsXpsDevice : bool
Public ReadOnly Property IsXpsDevice As Boolean

属性值

true 如果打印机使用 XPS 打印路径,则为 ;否则为 false

属性

注解

如果打印机不支持具有此含义的信号,则 属性始终 false为 。

适用于