Click or drag to resize

SvgDocumentOpen Method (Stream)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Attempts to open an SVG document from the specified Stream.

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

Parameters

stream
Type: System.IOStream
The Stream containing the SVG document to open.

Return Value

Type: SvgDocument
See Also