EpubRendererRender Method (IDevice, IListStream, Configuration) |
Renders multiple EPub documents into specified
IDevice.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic void Render(
IDevice device,
IList<Stream> documents,
Configuration configuration
)
Public Sub Render (
device As IDevice,
documents As IList(Of Stream),
configuration As Configuration
)
public:
void Render(
IDevice^ device,
IList<Stream^>^ documents,
Configuration^ configuration
)
member Render :
device : IDevice *
documents : IList<Stream> *
configuration : Configuration -> unit
Parameters
- device
- Type: Aspose.Html.RenderingIDevice
The device. - documents
- Type: System.Collections.GenericIListStream
The IListT of documents to render. - configuration
- Type: Aspose.HtmlConfiguration
The configuration.
See Also