PrintQueue::CreateXpsDocumentWriter Method (PrintQueue^)

 

Creates an XpsDocumentWriter object and associates it with the specified print queue.

Namespace:   System.Printing
Assembly:  System.Printing (in System.Printing.dll)

public:
static XpsDocumentWriter^ CreateXpsDocumentWriter(
	PrintQueue^ printQueue
)

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: