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

XmpDictionaryNode.Namespaces Property

Returns a collection of namespaces stored in this dictionary.

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

Syntax

Visual Basic
Public Overridable ReadOnly Property Namespaces As XmpNamespace()
C#
public virtual XmpNamespace[] Namespaces { get; }

Property Value

Object that implements the ICollection interface and contains XmpNamespace instances representing namespaces of all XMP fields stored in this dictionary.

See Also

Reference