IXpsDeviceFactory Interface

IXpsDeviceFactory interface

Represents a factory for creating XPS devices.

public interface IXpsDeviceFactory

Methods

NameDescription
Create(XpsRenderingOptions, ICreateStreamProvider)Creates an XPS device with the specified rendering options and stream provider.
Create(XpsRenderingOptions, Stream)Creates an XPS device with the specified rendering options and stream.
Create(XpsRenderingOptions, string)Creates an XPS device with the specified rendering options and file path.

See Also