SVGDocumentRenderTo Method
This method is used to print the contents of the current document to the specified device.

Namespace: Aspose.Html.Dom.Svg
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public override void RenderTo(
	IDevice device
)

Parameters

device
Type: Aspose.Html.RenderingIDevice
The user device.
See Also