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です。

適用対象