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

XmpDictionaryNode.Keys Property

Returns a collection of keys stored in this dictionary.

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

Syntax

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

Property Value

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

See Also

Reference