SerializerWriterCollator Class
Defines the abstract methods required to implement a plug-in document serialization Visual collator.
System.Windows.Documents.Serialization.SerializerWriterCollator
System.Windows.Xps.VisualsToXpsDocument
Namespace: System.Windows.Documents.Serialization
Assembly: PresentationFramework (in PresentationFramework.dll)
The SerializerWriterCollator type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SerializerWriterCollator | Initializes a new instance of the SerializerWriterCollator class. |
| Name | Description | |
|---|---|---|
![]() | BeginBatchWrite | When overridden in a derived class, initiates the start of a batch write operation. |
![]() | Cancel | When overridden in a derived class, cancels a synchronous Write operation. |
![]() | CancelAsync | When overridden in a derived class, cancels an asynchronous WriteAsync operation. |
![]() | EndBatchWrite | When overridden in a derived class, completes a batch write operation. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Write(Visual) | When overridden in a derived class, synchronously writes a given Visual element to the serialization stream. |
![]() | Write(Visual, PrintTicket) | When overridden in a derived class, synchronously writes a given Visual element together with an associated print ticket to the serialization stream. |
![]() | WriteAsync(Visual) | When overridden in a derived class, asynchronously writes a given Visual element to the serialization stream. |
![]() | WriteAsync(Visual, Object) | When overridden in a derived class, asynchronously writes a given Visual element with a specified event identifier to the serialization stream. |
![]() | WriteAsync(Visual, PrintTicket) | When overridden in a derived class, asynchronously writes a given Visual element together with an associated print ticket to the serialization stream. |
![]() | WriteAsync(Visual, PrintTicket, Object) | When overridden in a derived class, asynchronously writes a given Visual element together with an associated print ticket and identifier to the serialization stream. |
A SerializerWriterCollator is created with the CreateVisualsCollator method of the SerializerWriter class.
The SerializerWriterCollator writes to the same output stream as is written to by the SerializerWriter that created the SerializerWriterCollator.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
