ImageDevice Constructor (ImageRenderingOptions, Stream)
Initializes a new instance of the ImageDevice class by rendering options and output stream.

Namespace: Aspose.Html.Rendering.Image
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public ImageDevice(
	ImageRenderingOptions options,
	Stream stream
)

Parameters

options
Type: Aspose.Html.Rendering.ImageImageRenderingOptions
Rendering options.
stream
Type: System.IOStream
The output stream.
See Also