Open(Stream, SvgOptions) Method

Definition

Namespace Svg
Assembly Svg.Custom.dll

Opens an SVG document from the specified Stream and adds the specified entities.

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

Type parameters

T

Parameters

stream
Stream

The Stream containing the SVG document to open.

svgOptions
SvgOptions

Css Style that will be applied to the Svg Document

Returns

{T}