SerializerWriter::WriteAsync Method
When overridden in a derived class, asynchronously writes content to the serialization Stream.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | WriteAsync(DocumentPaginator^) | When overridden in a derived class, asynchronously writes the content of a given DocumentPaginator to the serialization Stream. |
![]() | WriteAsync(DocumentPaginator^, Object^) | When overridden in a derived class, asynchronously writes the content of a given DocumentPaginator to the serialization Stream. |
![]() | WriteAsync(DocumentPaginator^, PrintTicket^) | When overridden in a derived class, asynchronously writes the content of a given DocumentPaginator to the serialization Stream. |
![]() | WriteAsync(DocumentPaginator^, PrintTicket^, Object^) | When overridden in a derived class, asynchronously writes paginated content together with an associated PrintTicket to the serialization Stream. |
![]() | WriteAsync(FixedDocument^) | When overridden in a derived class, asynchronously writes a given FixedDocument to the serialization Stream. |
![]() | WriteAsync(FixedDocument^, Object^) | When overridden in a derived class, asynchronously writes a given FixedDocument to the serialization Stream. |
![]() | WriteAsync(FixedDocument^, PrintTicket^) | When overridden in a derived class, asynchronously writes a given FixedDocument together with an associated PrintTicket to the serialization Stream. |
![]() | WriteAsync(FixedDocument^, PrintTicket^, Object^) | When overridden in a derived class, asynchronously writes a given FixedDocument together with an associated PrintTicket to the serialization Stream. |
![]() | WriteAsync(FixedDocumentSequence^) | When overridden in a derived class, asynchronously writes a given FixedDocumentSequence to the serialization Stream. |
![]() | WriteAsync(FixedDocumentSequence^, Object^) | When overridden in a derived class, asynchronously writes a given FixedDocumentSequence to the serialization Stream. |
![]() | WriteAsync(FixedDocumentSequence^, PrintTicket^) | When overridden in a derived class, asynchronously writes a given FixedDocumentSequence together with an associated PrintTicket to the serialization Stream. |
![]() | WriteAsync(FixedDocumentSequence^, PrintTicket^, Object^) | When overridden in a derived class, asynchronously writes a given FixedDocumentSequence together with an associated PrintTicket to the serialization Stream. |
![]() | WriteAsync(FixedPage^) | |
![]() | WriteAsync(FixedPage^, Object^) | |
![]() | WriteAsync(FixedPage^, PrintTicket^) | When overridden in a derived class, asynchronously writes a given FixedPage together with an associated PrintTicket to the serialization Stream. |
![]() | WriteAsync(FixedPage^, PrintTicket^, Object^) | When overridden in a derived class, asynchronously writes a given FixedPage together with an associated PrintTicket to the serialization Stream. |
![]() | WriteAsync(Visual^) | |
![]() | WriteAsync(Visual^, Object^) | |
![]() | WriteAsync(Visual^, PrintTicket^) | When overridden in a derived class, asynchronously writes a given Visual element together with an associated PrintTicket to the serialization Stream. |
![]() | WriteAsync(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.
