XpsDocumentWriter::Write Method

 

Writes synchronously to an XPS document or print queue.

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

NameDescription
System_CAPS_pubmethodWrite(DocumentPaginator^)

Writes synchronously paginated content from a specified DocumentPaginator to the target XpsDocument or PrintQueue.(Overrides SerializerWriter::Write(DocumentPaginator^).)

System_CAPS_pubmethodWrite(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^).)

System_CAPS_pubmethodWrite(FixedDocument^)

Writes synchronously a specified FixedDocument to the target XpsDocument or PrintQueue.(Overrides SerializerWriter::Write(FixedDocument^).)

System_CAPS_pubmethodWrite(FixedDocument^, PrintTicket^)

Writes synchronously a FixedDocument together with a PrintTicket to the target XpsDocument or PrintQueue.(Overrides SerializerWriter::Write(FixedDocument^, PrintTicket^).)

System_CAPS_pubmethodWrite(FixedDocumentSequence^)

Writes synchronously a specified FixedDocumentSequence to the target XpsDocument or PrintQueue.(Overrides SerializerWriter::Write(FixedDocumentSequence^).)

System_CAPS_pubmethodWrite(FixedDocumentSequence^, PrintTicket^)

Writes synchronously a specified FixedDocumentSequence together with a PrintTicket to the target XpsDocument or PrintQueue.(Overrides SerializerWriter::Write(FixedDocumentSequence^, PrintTicket^).)

System_CAPS_pubmethodWrite(FixedPage^)

Writes synchronously a specified FixedPage to the target XpsDocument or PrintQueue.(Overrides SerializerWriter::Write(FixedPage^).)

System_CAPS_pubmethodWrite(FixedPage^, PrintTicket^)

Writes synchronously a specified FixedPage together with a PrintTicket to the target XpsDocument or PrintQueue.(Overrides SerializerWriter::Write(FixedPage^, PrintTicket^).)

System_CAPS_pubmethodWrite(String^)

Writes synchronously a specified XPS document to the target XpsDocument or PrintQueue.

System_CAPS_pubmethodWrite(String^, XpsDocumentNotificationLevel)

Writes synchronously a specified XPS document to the target XpsDocument or PrintQueue.

System_CAPS_pubmethodWrite(Visual^)

Writes synchronously a specified Visual to the target XpsDocument or PrintQueue.(Overrides SerializerWriter::Write(Visual^).)

System_CAPS_pubmethodWrite(Visual^, PrintTicket^)

Writes synchronously a specified Visual together with a PrintTicket to the target XpsDocument or PrintQueue.(Overrides SerializerWriter::Write(Visual^, PrintTicket^).)

Return to top
Show: