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

Namespace: Aspose.Svg.Rendering
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public void Render(
	IDevice device,
	TDocument document
)

Parameters

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