SVGDocument Constructor (Configuration)
Initializes a new instance of the SVGDocument class.

Namespace: Aspose.Html.Dom.Svg
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public SVGDocument(
	Configuration configuration
)

Parameters

configuration
Type: Aspose.HtmlConfiguration
The configuration.
See Also