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

XmpData.Namespaces Property

Returns a collection of namespaces stored in this tree.

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

Syntax

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

Property Value

Object that implements the ICollection interface and contains XmpNamespace instances stored in this tree.

See Also

Reference