Provides classes that write XPS documents to a data store or print queue.
The XpsDocumentWriter class provides the Write and WriteAsync methods that output XPS documents to a data store or print queue. Separate groups of write methods are provided for different content types including DocumentPaginator, Visual, FixedPage, FixedDocument, and FixedDocumentSequence. The XpsDocumentWriter methods enable you to also include a PrintTicket with the document, plus pass additional information to the handlers of the WritingCompleted, WritingProgressChanged, and WritingPrintTicketRequired events.
For more information about XPS see the XML Paper Specification (XPS) available for download at http://go.microsoft.com/fwlink/?LinkID=65761.
For a list of XPS related example programs, see the following topics:

Classes

Enumerations
|
| Enumeration | Description |
|---|
.gif) | XpsDocumentNotificationLevel | Indicates whether a write operation to an XML Paper Specification (XPS) document or a print queue sends back page-by-page and document-by-document progress notifications. |

See Also