Renderer-1.Render
Contents
[
Hide
]Render(IDevice, TDocument)
Defines method for rendering !:TDocument into specified IDevice
.
public void Render(IDevice device, TDocument document)
Parameter | Type | Description |
---|---|---|
device | IDevice | The output device. |
document | TDocument | The document. |
See Also
- interface IDevice
- class Renderer<TDocument>
- package com.aspose.html.Rendering
- package Aspose.HTML
Render(IDevice, TDocument, TimeSpan)
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.
public void Render(IDevice device, TDocument document, TimeSpan timeout)
Parameter | Type | Description |
---|---|---|
device | IDevice | The output device. |
document | TDocument | The document. |
timeout | TimeSpan | A TimeSpan that represents the number of milliseconds to wait, or a TimeSpan that represents -1 millisecond to wait indefinitely. |
See Also
- interface IDevice
- class Renderer<TDocument>
- package com.aspose.html.Rendering
- package Aspose.HTML
Render(IDevice, TDocument, int)
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.
public void Render(IDevice device, TDocument document, int timeout)
Parameter | Type | Description |
---|---|---|
device | IDevice | The output device. |
document | TDocument | The document. |
timeout | Int32 | A number of milliseconds that represents the number of milliseconds to wait, or -1 millisecond to wait indefinitely. |
See Also
- interface IDevice
- class Renderer<TDocument>
- package com.aspose.html.Rendering
- package Aspose.HTML
Render(IDevice, params TDocument[])
public void Render(IDevice device, params TDocument[] documents)
See Also
- interface IDevice
- class Renderer<TDocument>
- package com.aspose.html.Rendering
- package Aspose.HTML
Render(IDevice, int, params TDocument[])
public void Render(IDevice device, int timeout, params TDocument[] documents)
See Also
- interface IDevice
- class Renderer<TDocument>
- package com.aspose.html.Rendering
- package Aspose.HTML
Render(IDevice, TimeSpan, params TDocument[])
public abstract void Render(IDevice device, TimeSpan timeout, params TDocument[] documents)
See Also
- interface IDevice
- class Renderer<TDocument>
- package com.aspose.html.Rendering
- package Aspose.HTML
Render(IDevice, CancellationToken, params TDocument[])
public abstract void Render(IDevice device, CancellationToken cancellationToken,
params TDocument[] documents)
See Also
- interface IDevice
- class Renderer<TDocument>
- package com.aspose.html.Rendering
- package Aspose.HTML