MhtmlRenderer Class

MhtmlRenderer class

Represents a MHTML document renderer.

public class MhtmlRenderer : Renderer<Stream>

Constructors

NameDescription
MhtmlRenderer()The default constructor.

Methods

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

See Also