XpsSerializationManagerAsync Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Manages asynchronous XML Paper Specification (XPS) serializers and type converters.
public ref class XpsSerializationManagerAsync sealed : System::Windows::Xps::Serialization::XpsSerializationManager
public sealed class XpsSerializationManagerAsync : System.Windows.Xps.Serialization.XpsSerializationManager
type XpsSerializationManagerAsync = class
inherit XpsSerializationManager
Public NotInheritable Class XpsSerializationManagerAsync
Inherits XpsSerializationManager
- Inheritance
Remarks
XpsSerializationManagerAsync manages asynchronous serializers and type converters that write content to an XpsDocument.
XpsSerializationManager manages synchronous serializers and type converters that write content to an XpsDocument.
Constructors
XpsSerializationManagerAsync(BasePackagingPolicy, Boolean) |
Initializes a new instance of the XpsSerializationManagerAsync class. |
Properties
IsBatchMode |
Gets a value that indicates whether the serialization manager is in batch mode. (Inherited from XpsSerializationManager) |
Methods
CancelAsync() |
Cancels an asynchronous serialization operation. |
Commit() |
Commits all changes and writes all buffered data as output. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (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) |
SaveAsXaml(Object) |
Saves a specified serialized object to an XML Paper Specification (XPS) package. |
SetFontSubsettingCountPolicy(Int32) |
Sets the number of pages or documents to process for font-subsetting. (Inherited from XpsSerializationManager) |
SetFontSubsettingPolicy(FontSubsetterCommitPolicies) |
Sets the granularity at which font-subsetting is performed. (Inherited from XpsSerializationManager) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Events
XpsSerializationCompleted |
Occurs when a serialization operation finishes. |
XpsSerializationPrintTicketRequired |
Occurs when an XPS serializer requests a PrintTicket. (Inherited from XpsSerializationManager) |
XpsSerializationProgressChanged |
Occurs when a page or document finishes serialization. (Inherited from XpsSerializationManager) |
Explicit Interface Implementations
IDisposable.Dispose() |
This member supports the Windows Presentation Foundation infrastructure and is not intended to be used directly from your code. (Inherited from PackageSerializationManager) |