EpubRenderer Class
Contents
[
Hide
]EpubRenderer class
Represents a EPub document renderer.
public class EpubRenderer : Renderer<Stream>
Constructors
Name | Description |
---|---|
EpubRenderer() | The default constructor. |
Methods
Name | Description |
---|---|
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 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) | |
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
- class Renderer<TDocument>
- package com.aspose.html.Rendering
- package Aspose.HTML