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