RendererTDocumentRender Method (IDevice, TDocument) |
Defines method for rendering multiple
[!:TDocument]s into specific
IDevice.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic void Render(
IDevice device,
params TDocument[] documents
)
Public Sub Render (
device As IDevice,
ParamArray documents As TDocument()
)
public:
void Render(
IDevice^ device,
... array<TDocument>^ documents
)
member Render :
device : IDevice *
documents : 'TDocument[] -> unit
Parameters
- device
- Type: Aspose.Html.RenderingIDevice
The output device. - documents
- Type: TDocument
The documents to render.
See Also