DeviceTGraphicContext, TRenderingOptions Constructor (TRenderingOptions, String) |
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxprotected Device(
TRenderingOptions options,
string file
)
Protected Sub New (
options As TRenderingOptions,
file As String
)
protected:
Device(
TRenderingOptions options,
String^ file
)
new :
options : 'TRenderingOptions *
file : string -> Device
Parameters
- options
- Type: TRenderingOptions
Rendering options. - file
- Type: SystemString
The output file name.
See Also