Open(Stream) Method

Definition

Namespace Svg
Assembly Svg.Custom.dll

Attempts to open an SVG document from the specified Stream.

public static T Open<T>(Stream stream)
    where T : SvgDocument, new()

Type parameters

T

Parameters

stream
Stream

The Stream containing the SVG document to open.

Returns

{T}