IXpsDeviceFactory.Create
Contents
[
Hide
]Create(XpsRenderingOptions, ICreateStreamProvider)
Creates an XPS device with the specified rendering options and stream provider.
public IDevice Create(XpsRenderingOptions options, ICreateStreamProvider streamProvider)
Parameter | Type | Description |
---|---|---|
options | XpsRenderingOptions | The rendering options for the XPS device. See XpsRenderingOptions . |
streamProvider | ICreateStreamProvider | The stream provider used to create the XPS output stream. See ICreateStreamProvider . |
Return Value
The created XPS device.
See Also
- interface IDevice
- class XpsRenderingOptions
- interface ICreateStreamProvider
- interface IXpsDeviceFactory
- namespace Aspose.Svg.Rendering.Xps
- assembly Aspose.SVG
Create(XpsRenderingOptions, string)
Creates an XPS device with the specified rendering options and file path.
public IDevice Create(XpsRenderingOptions options, string file)
Parameter | Type | Description |
---|---|---|
options | XpsRenderingOptions | The rendering options for the XPS device. See XpsRenderingOptions . |
file | String | The file path for the XPS output. |
Return Value
The created XPS device.
See Also
- interface IDevice
- class XpsRenderingOptions
- interface IXpsDeviceFactory
- namespace Aspose.Svg.Rendering.Xps
- assembly Aspose.SVG
Create(XpsRenderingOptions, Stream)
Creates an XPS device with the specified rendering options and stream.
public IDevice Create(XpsRenderingOptions options, Stream stream)
Parameter | Type | Description |
---|---|---|
options | XpsRenderingOptions | The rendering options for the XPS device. See XpsRenderingOptions . |
stream | Stream | The stream for the XPS output. |
Return Value
The created XPS device.
See Also
- interface IDevice
- class XpsRenderingOptions
- interface IXpsDeviceFactory
- namespace Aspose.Svg.Rendering.Xps
- assembly Aspose.SVG