XpsDocumentWriter.Write Method
.NET Framework 3.0
Writes synchronously to an XPS document or print queue.
XpsDocumentWriter Members
System.Windows.Xps Namespace
| Name | Description |
|---|---|
| XpsDocumentWriter.Write (DocumentPaginator) | Writes synchronously paginated content from a specified DocumentPaginator to the target XpsDocument or PrintQueue. |
| XpsDocumentWriter.Write (FixedDocument) | Writes synchronously a specified FixedDocument to the target XpsDocument or PrintQueue. |
| XpsDocumentWriter.Write (FixedDocumentSequence) | Writes synchronously a specified FixedDocumentSequence to the target XpsDocument or PrintQueue. |
| XpsDocumentWriter.Write (FixedPage) | Writes synchronously a specified FixedPage to the target XpsDocument or PrintQueue. |
| XpsDocumentWriter.Write (String) | Writes synchronously a specified XPS document to the target XpsDocument or PrintQueue. |
| XpsDocumentWriter.Write (Visual) | Writes synchronously a specified Visual to the target XpsDocument or PrintQueue. |
| XpsDocumentWriter.Write (DocumentPaginator, PrintTicket) | Writes synchronously paginated content from a specified DocumentPaginator together with a PrintTicket to the target XpsDocument or PrintQueue. |
| XpsDocumentWriter.Write (FixedDocument, PrintTicket) | Writes synchronously a FixedDocument together with a PrintTicket to the target XpsDocument or PrintQueue. |
| XpsDocumentWriter.Write (FixedDocumentSequence, PrintTicket) | Writes synchronously a specified FixedDocumentSequence together with a PrintTicket to the target XpsDocument or PrintQueue. |
| XpsDocumentWriter.Write (FixedPage, PrintTicket) | Writes synchronously a specified FixedPage together with a PrintTicket to the target XpsDocument or PrintQueue. |
| XpsDocumentWriter.Write (String, XpsDocumentNotificationLevel) | Writes synchronously a specified XPS document to the target XpsDocument or PrintQueue. |
| XpsDocumentWriter.Write (Visual, PrintTicket) | Writes synchronously a specified Visual together with a PrintTicket to the target XpsDocument or PrintQueue. |
Reference
XpsDocumentWriter ClassXpsDocumentWriter Members
System.Windows.Xps Namespace
Other Resources
Saving an XPS Document SampleCommunity Additions
ADD
Show: