RendererTDocumentRender Method (IDevice, Int32, TDocument) |
Defines method for rendering multiple
[!:TDocument]s into specific
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 void Render(
IDevice device,
int timeout,
params TDocument[] documents
)
Public Sub Render (
device As IDevice,
timeout As Integer,
ParamArray documents As TDocument()
)
public:
void Render(
IDevice^ device,
int timeout,
... array<TDocument>^ documents
)
member Render :
device : IDevice *
timeout : int *
documents : 'TDocument[] -> unit
Parameters
- device
- Type: Aspose.Html.RenderingIDevice
The output device. - timeout
- Type: SystemInt32
A number of milliseconds that represents the number of milliseconds to wait, or -1 millisecond to wait indefinitely. - documents
- Type: TDocument
The documents to render.
See Also