-
Home
-
API
-
Svg
-
SvgDocument
-
Methods
-
Open(Stream)
Open(Stream) Method
Definition
Attempts to open an SVG document from the specified Stream.
public static T Open<T>(Stream stream)
where T : SvgDocument, new()
Type parameters
Parameters
- stream
- Stream
The Stream containing the SVG document to open.
Returns