XpsSerializerFactory Class

Definition

Creates and provides information about XML Paper Specification (XPS) serializers.

public ref class XpsSerializerFactory sealed : System::Windows::Documents::Serialization::ISerializerFactory
public sealed class XpsSerializerFactory : System.Windows.Documents.Serialization.ISerializerFactory
type XpsSerializerFactory = class
    interface ISerializerFactory
Public NotInheritable Class XpsSerializerFactory
Implements ISerializerFactory
Inheritance
XpsSerializerFactory
Implements

Constructors

XpsSerializerFactory()

Initializes a new instance of the XpsSerializerFactory class.

Properties

DefaultFileExtension

Gets the standard file name extension for XPS documents.

DisplayName

Gets the public name for the serializers that the factory produces.

ManufacturerName

Gets the manufacturer's name for serializers that the factory produces.

ManufacturerWebsite

Gets the manufacturer's Web address for serializers that the factory produces.

Methods

CreateSerializerWriter(Stream)

Creates a SerializerWriter that outputs XPS content to a specified Stream.

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)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to