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