This documentation is for the old version. Go to the latest Graphics Mill docs

IXmpDictionary Interface

This interface class should be supported by codecs that can read an write XMP metadata.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Interface IXmpDictionary _
	Implements IDictionary
C#
public interface IXmpDictionary : IDictionary

Remarks

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.

Object Model





See Also

Reference