XpsDevice Class
XpsDevice class
Represents rendering to a xps document.
public class XpsDevice : Device<XpsGraphicContext, XpsRenderingOptions>
Constructors
Name | Description |
---|
XpsDevice(ICreateStreamProvider) | Initializes a new instance of the XpsDevice class. |
XpsDevice(Stream) | Initializes a new instance of the XpsDevice class. |
XpsDevice(string) | Initializes a new instance of the XpsDevice class. |
XpsDevice(XpsRenderingOptions, ICreateStreamProvider) | Initializes a new instance of the XpsDevice class by rendering options and stream provider. |
XpsDevice(XpsRenderingOptions, Stream) | Initializes a new instance of the XpsDevice class by rendering options and output stream. |
XpsDevice(XpsRenderingOptions, string) | Initializes a new instance of the XpsDevice class by rendering options and output file name. |
Properties
Methods
Other Members
Name | Description |
---|
class XpsGraphicContext | Holds current graphics control parameters for the XpsDevice. These parameters define the global framework within which the graphics operators execute. |
See Also