EpubRenderer Class

EpubRenderer class

Represents a EPub document renderer.

public class EpubRenderer : Renderer<Stream>

Constructors

NameDescription
EpubRenderer()The default constructor.

Methods

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