PrintQueue::IsXpsDevice Property
.NET Framework (current version)
Gets a value that indicates whether the printer's driver is built on the Printing Overview so it uses XML Paper Specification (XPS) as its page description language.
Assembly: System.Printing (in System.Printing.dll)
public: property bool IsXpsDevice { [SecurityCriticalAttribute] bool get(); internal: void set(bool value); }
Property Value
Type: System::Booleantrue if the printer uses the Printing Overview; otherwise, false.
If the printer does not support a signal with this meaning, then the property is always false.
.NET Framework
Available since 3.0
Available since 3.0
Show: