EpubRendererRender Method (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.

Namespace: Aspose.Html.Rendering
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public void Render(
	IDevice device,
	Stream document,
	Configuration configuration,
	TimeSpan timeout
)

Parameters

device
Type: Aspose.Html.RenderingIDevice
The device.
document
Type: System.IOStream
The document.
configuration
Type: Aspose.HtmlConfiguration
The configuration.
timeout
Type: SystemTimeSpan
A TimeSpan that represents the number of milliseconds to wait, or a TimeSpan that represents -1 millisecond to wait indefinitely.
See Also