|
ReaderSvgInstance Property |
Gets static instance of Ab2d.ReaderSvg so you do not need to create your own instance of it.
Namespace:
Ab2d
Assembly:
Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax public static ReaderSvg Instance { get; }
Property Value
Type:
ReaderSvgExamples
Instead of creating a new object to read one file, it is possible to simply use the Instance static property:
mySvgObject = Ab2d.ReaderSvg.Instance.Read(fileName);
See Also