HtmlRenderer Class

HtmlRenderer class

Represents an HTML document renderer.

public class HtmlRenderer : Renderer<HTMLDocument>

Constructors

NameDescription
HtmlRenderer()The default constructor.

Methods

NameDescription
dispose()Releases unmanaged and - optionally - managed resources.
render(IDevice, HTMLDocument)
render(IDevice, params HTMLDocument[])
render(IDevice, CancellationToken, params HTMLDocument[])Defines a method for rendering multiple HTMLDocuments into a specific IDevice, using a cancellation token to request cancellation of the operation.
render(IDevice, HTMLDocument, int)
render(IDevice, HTMLDocument, TimeSpan)
render(IDevice, int, params HTMLDocument[])
render(IDevice, TimeSpan, params HTMLDocument[])Defines method for rendering multiple HTMLDocuments into specific IDevice.

See Also