XpsSerializerFactory Class
Creates and provides information about XML Paper Specification (XPS) serializers.
Assembly: ReachFramework (in ReachFramework.dll)
| Name | Description | |
|---|---|---|
![]() | XpsSerializerFactory() | Initializes a new instance of the XpsSerializerFactory class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

