Represents a nongeneric collection of key/value pairs.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public interface IXmpDictionary : IDictionary
This abstract class is used to retrieve XMP metadata stored in images. Such metadata is stored in the XML format (more specifically, RDF) as pairs of keys and values belonging to different namespaces. To get a collection of all namespaces, use the Namespaces property. To get a collection of keys contained in a specific namespace, use the FindKeysByNamespace(XmpNamespace) method.