XpsDocumentWriter::WriteAsync Method

 

Writes asynchronously to the XpsDocument or PrintQueue that created the XpsDocumentWriter.

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

NameDescription
System_CAPS_pubmethodWriteAsync(DocumentPaginator^)

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

System_CAPS_pubmethodWriteAsync(DocumentPaginator^, Object^)

Writes asynchronously paginated content from a specified DocumentPaginator to the target XpsDocument or PrintQueue.(Overrides SerializerWriter::WriteAsync(DocumentPaginator^, Object^).)

System_CAPS_pubmethodWriteAsync(DocumentPaginator^, PrintTicket^)

Writes asynchronously paginated content from a specified DocumentPaginator together with a PrintTicket to the target XpsDocument or PrintQueue.(Overrides SerializerWriter::WriteAsync(DocumentPaginator^, PrintTicket^).)

System_CAPS_pubmethodWriteAsync(DocumentPaginator^, PrintTicket^, Object^)

Writes asynchronously paginated content from a specified DocumentPaginator together with a PrintTicket to the target XpsDocument or PrintQueue.(Overrides SerializerWriter::WriteAsync(DocumentPaginator^, PrintTicket^, Object^).)

System_CAPS_pubmethodWriteAsync(FixedDocument^)

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

System_CAPS_pubmethodWriteAsync(FixedDocument^, Object^)

Writes asynchronously a specified FixedDocument to the target XpsDocument or PrintQueue.(Overrides SerializerWriter::WriteAsync(FixedDocument^, Object^).)

System_CAPS_pubmethodWriteAsync(FixedDocument^, PrintTicket^)

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

System_CAPS_pubmethodWriteAsync(FixedDocument^, PrintTicket^, Object^)

Writes asynchronously a specified FixedDocument together with a PrintTicket to the target XpsDocument or PrintQueue.(Overrides SerializerWriter::WriteAsync(FixedDocument^, PrintTicket^, Object^).)

System_CAPS_pubmethodWriteAsync(FixedDocumentSequence^)

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

System_CAPS_pubmethodWriteAsync(FixedDocumentSequence^, Object^)
System_CAPS_pubmethodWriteAsync(FixedDocumentSequence^, PrintTicket^)

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

System_CAPS_pubmethodWriteAsync(FixedDocumentSequence^, PrintTicket^, Object^)
System_CAPS_pubmethodWriteAsync(FixedPage^)

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

System_CAPS_pubmethodWriteAsync(FixedPage^, Object^)

Writes asynchronously a specified FixedPage to the target XpsDocument or PrintQueue.(Overrides SerializerWriter::WriteAsync(FixedPage^, Object^).)

System_CAPS_pubmethodWriteAsync(FixedPage^, PrintTicket^)

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

System_CAPS_pubmethodWriteAsync(FixedPage^, PrintTicket^, Object^)

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

System_CAPS_pubmethodWriteAsync(String^)

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

System_CAPS_pubmethodWriteAsync(String^, XpsDocumentNotificationLevel)

Writes asynchronously a specified XPS document with notification option to the target XpsDocument or PrintQueue.

System_CAPS_pubmethodWriteAsync(Visual^)

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

System_CAPS_pubmethodWriteAsync(Visual^, Object^)

Writes asynchronously a specified Visual to the target XpsDocument or PrintQueue.(Overrides SerializerWriter::WriteAsync(Visual^, Object^).)

System_CAPS_pubmethodWriteAsync(Visual^, PrintTicket^)

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

System_CAPS_pubmethodWriteAsync(Visual^, PrintTicket^, Object^)

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

Return to top
Show: