Click or drag to resize

SvgDocumentOpen Method (XmlDocument)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Opens an SVG document from the specified XmlDocument.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static SvgDocument Open(
	XmlDocument document
)
Request Example View Source

Parameters

document
Type: System.XmlXmlDocument
The XmlDocument containing the SVG document XML.

Return Value

Type: SvgDocument
Exceptions
ExceptionCondition
ArgumentNullExceptionThe document parameter cannot be null.
See Also