| ImageDevice Constructor (ImageRenderingOptions, ICreateStreamProvider) |
Initializes a new instance of the
ImageDevice class by rendering options and stream provider.
Namespace: Aspose.Svg.Rendering.ImageAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic ImageDevice(
ImageRenderingOptions options,
ICreateStreamProvider streamProvider
)
Public Sub New (
options As ImageRenderingOptions,
streamProvider As ICreateStreamProvider
)
public:
ImageDevice(
ImageRenderingOptions^ options,
ICreateStreamProvider^ streamProvider
)
new :
options : ImageRenderingOptions *
streamProvider : ICreateStreamProvider -> ImageDeviceParameters
- options
- Type: Aspose.Svg.Rendering.ImageImageRenderingOptions
Rendering options. - streamProvider
- Type: Aspose.Svg.IOICreateStreamProvider
Object that implements the ICreateStreamProvider interface
See Also