This documentation is archived and is not being maintained.

XpsDocumentWriter::Write Method

Writes synchronously to an XPS document or print queue.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Write(DocumentPaginator) Writes synchronously paginated content from a specified DocumentPaginator to the target XpsDocument or PrintQueue. (Overrides SerializerWriter::Write(DocumentPaginator).)
Public method Write(FixedDocument) Writes synchronously a specified FixedDocument to the target XpsDocument or PrintQueue. (Overrides SerializerWriter::Write(FixedDocument).)
Public method Write(FixedDocumentSequence) Writes synchronously a specified FixedDocumentSequence to the target XpsDocument or PrintQueue. (Overrides SerializerWriter::Write(FixedDocumentSequence).)
Public method Write(FixedPage) Writes synchronously a specified FixedPage to the target XpsDocument or PrintQueue. (Overrides SerializerWriter::Write(FixedPage).)
Public method Write(String) Writes synchronously a specified XPS document to the target XpsDocument or PrintQueue.
Public method Write(Visual) Writes synchronously a specified Visual to the target XpsDocument or PrintQueue. (Overrides SerializerWriter::Write(Visual).)
Public method Write(DocumentPaginator, PrintTicket) Writes synchronously paginated content from a specified DocumentPaginator together with a PrintTicket to the target XpsDocument or PrintQueue. (Overrides SerializerWriter::Write(DocumentPaginator, PrintTicket).)
Public method Write(FixedDocument, PrintTicket) Writes synchronously a FixedDocument together with a PrintTicket to the target XpsDocument or PrintQueue. (Overrides SerializerWriter::Write(FixedDocument, PrintTicket).)
Public method Write(FixedDocumentSequence, PrintTicket) Writes synchronously a specified FixedDocumentSequence together with a PrintTicket to the target XpsDocument or PrintQueue. (Overrides SerializerWriter::Write(FixedDocumentSequence, PrintTicket).)
Public method Write(FixedPage, PrintTicket) Writes synchronously a specified FixedPage together with a PrintTicket to the target XpsDocument or PrintQueue. (Overrides SerializerWriter::Write(FixedPage, PrintTicket).)
Public method Write(String, XpsDocumentNotificationLevel) Writes synchronously a specified XPS document to the target XpsDocument or PrintQueue.
Public method Write(Visual, PrintTicket) Writes synchronously a specified Visual together with a PrintTicket to the target XpsDocument or PrintQueue. (Overrides SerializerWriter::Write(Visual, PrintTicket).)
Top
Show: