Click or drag to resize
AB4D logo

SvgViewboxNamedObjects Property

Dictionary defined from elements in svg file. Elements ids are keys and its appropriate objects are values.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax
C#
public Dictionary<string, Object> NamedObjects { get; }

Property Value

Type: DictionaryString, Object
See Also