Constructor SvgImage
SvgImage(string, SvgImageDataKind, bool)
Initializes a new instance of the SvgImage class.
protected SvgImage(string urlOrData, SvgImageDataKind kind = SvgImageDataKind.Url, bool throwException = true)
Parameters
urlOrDatastringImage url or data.
kindSvgImageDataKindImage data kind.
throwExceptionboolIndicates whether to throw an exception if loading fails.
SvgImage(Stream, bool)
Initializes a new instance of the SvgImage class.
protected SvgImage(Stream stream, bool throwException = true)