ImageDevice Constructor (ImageRenderingOptions, Stream) |
Initializes a new instance of the
ImageDevice class by rendering options and output stream.
Namespace: Aspose.Html.Rendering.ImageAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic ImageDevice(
ImageRenderingOptions options,
Stream stream
)
Public Sub New (
options As ImageRenderingOptions,
stream As Stream
)
public:
ImageDevice(
ImageRenderingOptions^ options,
Stream^ stream
)
new :
options : ImageRenderingOptions *
stream : Stream -> ImageDevice
Parameters
- options
- Type: Aspose.Html.Rendering.ImageImageRenderingOptions
Rendering options. - stream
- Type: System.IOStream
The output stream.
See Also