HtmlRenderer
HtmlRenderer class
Represents an HTML document renderer.
public class HtmlRenderer : Renderer<Document>
Constructors
Methods
Name |
Description |
Dispose() |
Releases unmanaged and - optionally - managed resources. |
Render(IDevice, Document) |
|
Render(IDevice, params Document[]) |
|
Render(IDevice, Document, int) |
|
Render(IDevice, Document, TimeSpan) |
|
Render(IDevice, int, params Document[]) |
|
override Render(IDevice, TimeSpan, params Document[]) |
Defines method for rendering multiple Document 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. |
See Also