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

XmpData.Values Property

Returns a collection of nodes stored in this tree.

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

Syntax

Visual Basic
Public ReadOnly Property Values As ICollection
C#
public ICollection Values { get; }

Property Value

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

See Also

Reference