RendererTDocumentRender Method (IDevice, TDocument)
Defines method for rendering [!:TDocument] into specified IDevice.

Namespace: Aspose.Html.Rendering
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public void Render(
	IDevice device,
	TDocument document
)

Parameters

device
Type: Aspose.Html.RenderingIDevice
The output device.
document
Type: TDocument
The document.
See Also