MhtmlRendererRender Method (IDevice, IListStream, Configuration, TimeSpan) |
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
Syntax public void Render(
IDevice device,
IList<Stream> documents,
Configuration configuration,
TimeSpan timeout
)
Public Sub Render (
device As IDevice,
documents As IList(Of Stream),
configuration As Configuration,
timeout As TimeSpan
)
public:
void Render(
IDevice^ device,
IList<Stream^>^ documents,
Configuration^ configuration,
TimeSpan timeout
)
member Render :
device : IDevice *
documents : IList<Stream> *
configuration : Configuration *
timeout : TimeSpan -> unit
Parameters
- device
- Type: Aspose.Html.RenderingIDevice
The device. - documents
- Type: System.Collections.GenericIListStream
The IListT of documents to render. - configuration
- Type: Aspose.HtmlConfiguration
The configuration. - timeout
- Type: SystemTimeSpan
A TimeSpan that represents the number of milliseconds to wait, or a TimeSpan that represents -1 millisecond to wait indefinitely.
See Also