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

XmpDictionaryNode.Values Property

Returns a collection of values stored in this dictionary.

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

Syntax

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

Property Value

Object that implements the ICollection interface and contains values stored in this dictionary.

See Also

Reference