PrintQueue.IsXpsDevice プロパティ

定義

プリンターのドライバーが XPSDrv モデル 上に構築されているかどうかを示す値を取得し、ページ記述言語として XML Paper Specification (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

適用対象