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