Click or drag to resize
BaseXamlWriterSettingsNamedObjects Property
Gets or sets NamedObjects dictionary with names (as keys) of the objects (as values). The defined names will be used to name the objects.

Namespace: Ab2d.Common.ReaderWmf
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax
C#
public Dictionary<string, Object> NamedObjects { get; set; }

Property Value

Type: DictionaryString, Object
See Also