MhtmlRendererRender Method (IDevice, Stream, Configuration) |
Renders MHTML document into specified
IDevice.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic void Render(
IDevice device,
Stream document,
Configuration configuration
)
Public Sub Render (
device As IDevice,
document As Stream,
configuration As Configuration
)
public:
void Render(
IDevice^ device,
Stream^ document,
Configuration^ configuration
)
member Render :
device : IDevice *
document : Stream *
configuration : Configuration -> unit
Parameters
- device
- Type: Aspose.Html.RenderingIDevice
The device. - document
- Type: System.IOStream
The document. - configuration
- Type: Aspose.HtmlConfiguration
The configuration.
See Also