This documentation is archived and is not being maintained.
SerializerWriterCollator Class
Visual Studio 2010
Defines the abstract methods required to implement a plug-in document serialization Visual collator.
System::Object
System.Windows.Documents.Serialization::SerializerWriterCollator
System.Windows.Xps::VisualsToXpsDocument
System.Windows.Documents.Serialization::SerializerWriterCollator
System.Windows.Xps::VisualsToXpsDocument
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. |
Notes to Implementers
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
