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