XpsDevice
Contents
[
Hide
]XpsDevice(ICreateStreamProvider)
Initializes a new instance of the XpsDevice
class.
public XpsDevice(ICreateStreamProvider streamProvider)
Parameter | Type | Description |
---|---|---|
streamProvider | ICreateStreamProvider | The stream provider. |
See Also
- interface ICreateStreamProvider
- class XpsDevice
- namespace Aspose.Html.Rendering.Xps
- assembly Aspose.HTML
XpsDevice(XpsRenderingOptions, ICreateStreamProvider)
Initializes a new instance of the XpsDevice
class by rendering options and stream provider.
public XpsDevice(XpsRenderingOptions options, ICreateStreamProvider streamProvider)
Parameter | Type | Description |
---|---|---|
options | XpsRenderingOptions | Rendering options. |
streamProvider | ICreateStreamProvider | Object that implements the ICreateStreamProvider interface |
See Also
- class XpsRenderingOptions
- interface ICreateStreamProvider
- class XpsDevice
- namespace Aspose.Html.Rendering.Xps
- assembly Aspose.HTML
XpsDevice(string)
Initializes a new instance of the XpsDevice
class.
public XpsDevice(string file)
Parameter | Type | Description |
---|---|---|
file | String | The output file name. |
See Also
- class XpsDevice
- namespace Aspose.Html.Rendering.Xps
- assembly Aspose.HTML
XpsDevice(XpsRenderingOptions, string)
Initializes a new instance of the XpsDevice
class by rendering options and output file name.
public XpsDevice(XpsRenderingOptions options, string file)
Parameter | Type | Description |
---|---|---|
options | XpsRenderingOptions | Rendering options. |
file | String | The output file name. |
See Also
- class XpsRenderingOptions
- class XpsDevice
- namespace Aspose.Html.Rendering.Xps
- assembly Aspose.HTML
XpsDevice(Stream)
Initializes a new instance of the XpsDevice
class.
public XpsDevice(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | The stream. |
See Also
- class XpsDevice
- namespace Aspose.Html.Rendering.Xps
- assembly Aspose.HTML
XpsDevice(XpsRenderingOptions, Stream)
Initializes a new instance of the XpsDevice
class by rendering options and output stream.
public XpsDevice(XpsRenderingOptions options, Stream stream)
Parameter | Type | Description |
---|---|---|
options | XpsRenderingOptions | Rendering options. |
stream | Stream | The output stream. |
See Also
- class XpsRenderingOptions
- class XpsDevice
- namespace Aspose.Html.Rendering.Xps
- assembly Aspose.HTML