MhtmlRendererRender Method (IDevice, TimeSpan, Stream) |
Renders multiple MHTML documents into specified
IDevice.
The rendering will be performed once there are no any network operations for loading resources, active timers, animation tasks or specified timeout is elapsed.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic override void Render(
IDevice device,
TimeSpan timeout,
params Stream[] documents
)
Public Overrides Sub Render (
device As IDevice,
timeout As TimeSpan,
ParamArray documents As Stream()
)
public:
virtual void Render(
IDevice^ device,
TimeSpan timeout,
... array<Stream^>^ documents
) override
abstract Render :
device : IDevice *
timeout : TimeSpan *
documents : Stream[] -> unit
override Render :
device : IDevice *
timeout : TimeSpan *
documents : Stream[] -> unit
Parameters
- device
- Type: Aspose.Html.RenderingIDevice
The device. - timeout
- Type: SystemTimeSpan
A TimeSpan that represents the number of milliseconds to wait, or a TimeSpan that represents -1 millisecond to wait indefinitely. - documents
- Type: System.IOStream
The documents to render.
See Also