XpsDocumentWriter Members
.NET Framework 3.0
Provides methods to write to an XPS document or print queue.
The following tables list the members exposed by the XpsDocumentWriter type.
(see also
Protected Methods
)
Top
Name | Description | |
---|---|---|
![]() | CancelAsync | Overridden. Cancels the current WriteAsync operation. |
![]() | CreateVisualsCollator | Overloaded. Overridden. Returns a VisualsToXpsDocument that can write Visual objects to a document or print queue. |
![]() | Equals | Overloaded. Determines whether two Object instances are equal. (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) |
![]() | raise_WritingCancelled | Raises the WritingCancelled event. |
![]() | raise_WritingCompleted | Raises the WritingCompleted event. |
![]() | raise_WritingPrintTicketRequired | Raises the WritingPrintTicketRequired event. |
![]() | raise_WritingProgressChanged | Raises the WritingProgressChanged event. |
![]() ![]() | ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
![]() | ToString | Returns a String that represents the current Object. (inherited from Object) |
![]() | Write | Overloaded. Overridden. Writes synchronously to an XPS document or print queue. |
![]() | WriteAsync | Overloaded. Overridden. Writes asynchronously to the XpsDocument or PrintQueue that created the XpsDocumentWriter. |
Name | Description | |
---|---|---|
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
![]() | raise__WritingCancelled | Raises the WritingCancelled event. |
![]() | raise__WritingCompleted | Raises the WritingCompleted event. |
![]() | raise__WritingPrintTicketRequired | Raises the WritingPrintTicketRequired event. |
![]() | raise__WritingProgressChanged | Raises the WritingProgressChanged event. |
(see also
Protected Events
)
Top
Name | Description | |
---|---|---|
![]() | WritingCancelled | Occurs when a Write or WriteAsync operation is canceled. |
![]() | WritingCompleted | Occurs when a write operation finishes. |
![]() | WritingPrintTicketRequired | Occurs just before a Write or WriteAsync method adds a PrintTicket to a document or print queue. |
![]() | WritingProgressChanged | Occurs when the XpsDocumentWriter updates its progress. |
Reference
XpsDocumentWriter ClassSystem.Windows.Xps Namespace
Other Resources
Saving an XPS Document Sample
Show: