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.

属性

注解

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

适用于