PrintQueue::CreateXpsDocumentWriter Method (PrintQueue^)
.NET Framework (current version)
Creates an XpsDocumentWriter object and associates it with the specified print queue.
Assembly: System.Printing (in System.Printing.dll)
Parameters
- printQueue
-
Type:
System.Printing::PrintQueue^
A print queue to print the XPS document.
Return Value
Type: System.Windows.Xps::XpsDocumentWriter^An XpsDocumentWriter that writes to an XPS stream.
The following example shows how to use this method to create an XpsDocumentWriter.
.NET Framework
Available since 3.0
Available since 3.0
Show: