Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
System.Windows.Xps Namespace

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:

  ClassDescription
Public classVisualsToXpsDocumentProvides methods for writing Visual objects to XML Paper Specification (XPS) documents or to a print queue in batch mode. 
Public classXpsDocumentWriterProvides methods to write to an XPS document or print queue.  
Public classXpsExceptionServes as the base class for exceptions that are thrown by the XML Paper Specification (XPS) packaging and serialization APIs. 
Public classXpsPackagingExceptionThe exception that is thrown when reading, writing to, registering, or accessing in some other way an XpsDocument.
Public classXpsSerializationExceptionThe exception that is thrown for XML Paper Specification (XPS) document serialization errors. 
Public classXpsWriterExceptionThe exception that is thrown when a method of either an XpsDocumentWriter or a VisualsToXpsDocument object is called that is incompatible with the current state of the object.
  EnumerationDescription
Public enumerationXpsDocumentNotificationLevelIndicates 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.
Tags What's this?: xps (x) Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker