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[])
override 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[])
override Render(IDevice, TimeSpan, params HTMLDocument[])Defines method for rendering multiple HTMLDocuments into specific IDevice.

See Also