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

Namespace: Aspose.Svg.Rendering.Image
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public ImageDevice(
	ImageRenderingOptions options,
	ICreateStreamProvider streamProvider
)

Parameters

options
Type: Aspose.Svg.Rendering.ImageImageRenderingOptions
Rendering options.
streamProvider
Type: Aspose.Svg.IOICreateStreamProvider
Object that implements the ICreateStreamProvider interface
See Also