HtmlRenderer Class

HtmlRenderer class

Represents an HTML document renderer.

public class HtmlRenderer : Renderer<Document>

Constructors

NameDescription
HtmlRenderer()The default constructor.

Methods

NameDescription
dispose()Releases unmanaged and - optionally - managed resources.
render(IDevice, Document)
render(IDevice, params Document[])
render(IDevice, CancellationToken, params Document[])Defines a method for rendering multiple Documents into a specific IDevice, using a cancellation token to request cancellation of the operation.
render(IDevice, Document, int)
render(IDevice, Document, TimeSpan)
render(IDevice, int, params Document[])
render(IDevice, TimeSpan, params Document[])Defines method for rendering multiple Documents 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