Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SerializerWriter::WriteAsync Method

 

When overridden in a derived class, asynchronously writes content to the serialization Stream.

Namespace:   System.Windows.Documents.Serialization
Assembly:  PresentationFramework (in PresentationFramework.dll)

NameDescription
System_CAPS_pubmethodWriteAsync(DocumentPaginator^)

When overridden in a derived class, asynchronously writes the content of a given DocumentPaginator to the serialization Stream.

System_CAPS_pubmethodWriteAsync(DocumentPaginator^, Object^)

When overridden in a derived class, asynchronously writes the content of a given DocumentPaginator to the serialization Stream.

System_CAPS_pubmethodWriteAsync(DocumentPaginator^, PrintTicket^)

When overridden in a derived class, asynchronously writes the content of a given DocumentPaginator to the serialization Stream.

System_CAPS_pubmethodWriteAsync(DocumentPaginator^, PrintTicket^, Object^)

When overridden in a derived class, asynchronously writes paginated content together with an associated PrintTicket to the serialization Stream.

System_CAPS_pubmethodWriteAsync(FixedDocument^)

When overridden in a derived class, asynchronously writes a given FixedDocument to the serialization Stream.

System_CAPS_pubmethodWriteAsync(FixedDocument^, Object^)

When overridden in a derived class, asynchronously writes a given FixedDocument to the serialization Stream.

System_CAPS_pubmethodWriteAsync(FixedDocument^, PrintTicket^)

When overridden in a derived class, asynchronously writes a given FixedDocument together with an associated PrintTicket to the serialization Stream.

System_CAPS_pubmethodWriteAsync(FixedDocument^, PrintTicket^, Object^)

When overridden in a derived class, asynchronously writes a given FixedDocument together with an associated PrintTicket to the serialization Stream.

System_CAPS_pubmethodWriteAsync(FixedDocumentSequence^)

When overridden in a derived class, asynchronously writes a given FixedDocumentSequence to the serialization Stream.

System_CAPS_pubmethodWriteAsync(FixedDocumentSequence^, Object^)

When overridden in a derived class, asynchronously writes a given FixedDocumentSequence to the serialization Stream.

System_CAPS_pubmethodWriteAsync(FixedDocumentSequence^, PrintTicket^)

When overridden in a derived class, asynchronously writes a given FixedDocumentSequence together with an associated PrintTicket to the serialization Stream.

System_CAPS_pubmethodWriteAsync(FixedDocumentSequence^, PrintTicket^, Object^)

When overridden in a derived class, asynchronously writes a given FixedDocumentSequence together with an associated PrintTicket to the serialization Stream.

System_CAPS_pubmethodWriteAsync(FixedPage^)

When overridden in a derived class, asynchronously writes a given FixedPage to the serialization Stream.

System_CAPS_pubmethodWriteAsync(FixedPage^, Object^)

When overridden in a derived class, asynchronously writes a given FixedPage to the serialization Stream.

System_CAPS_pubmethodWriteAsync(FixedPage^, PrintTicket^)

When overridden in a derived class, asynchronously writes a given FixedPage together with an associated PrintTicket to the serialization Stream.

System_CAPS_pubmethodWriteAsync(FixedPage^, PrintTicket^, Object^)

When overridden in a derived class, asynchronously writes a given FixedPage together with an associated PrintTicket to the serialization Stream.

System_CAPS_pubmethodWriteAsync(Visual^)

When overridden in a derived class, asynchronously writes a given Visual element to the serialization Stream.

System_CAPS_pubmethodWriteAsync(Visual^, Object^)

When overridden in a derived class, asynchronously writes a given Visual element to the serialization Stream.

System_CAPS_pubmethodWriteAsync(Visual^, PrintTicket^)

When overridden in a derived class, asynchronously writes a given Visual element together with an associated PrintTicket to the serialization Stream.

System_CAPS_pubmethodWriteAsync(Visual^, PrintTicket^, Object^)

When overridden in a derived class, asynchronously writes a given Visual element together with an associated PrintTicket and identifier to the serialization Stream.

The output Stream of the write operation is normally specified as a parameter to the constructor of the derived class that implements SerializerWriter.

Return to top
Show:
© 2017 Microsoft