Open(XmlDocument) Method

Definition

Namespace Svg
Assembly Svg.Custom.dll

Opens an SVG document from the specified XmlDocument.

public static SvgDocument Open(XmlDocument document)

Parameters

document
XmlDocument

The XmlDocument containing the SVG document XML.

Returns