Click or drag to resize

SvgDocumentOpen Method (Stream, DictionaryString, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Opens an SVG document from the specified Stream and adds the specified entities.

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

Parameters

stream
Type: System.IOStream
The Stream containing the SVG document to open.
entities
Type: System.Collections.GenericDictionaryString, String
Custom entity definitions.

Return Value

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