RendererTSource Class
Contents
[
Hide
]Renderer<TSource> class
Represents an abstract class for the all renderers.
public abstract class Renderer<TSource> : Renderer
Parameter | Description |
---|---|
TDocument | The type of the document. |
Methods
Name | Description |
---|---|
Dispose() | Releases unmanaged and - optionally - managed resources. |
Render(IDevice, TSource) | Defines method for rendering !:TDocument into specified IDevice . |
Render(IDevice, params TSource[]) | |
abstract Render(IDevice, CancellationToken, params TSource[]) | |
Render(IDevice, int, params TSource[]) | |
abstract Render(IDevice, TimeSpan, params TSource[]) | |
Render(IDevice, TSource, 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. |
Render(IDevice, TSource, 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. |
See Also
- class Renderer
- namespace Aspose.Html.Rendering
- assembly Aspose.HTML