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

XmpData.Keys Property

Returns a collection of tags stored in this tree.

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

Syntax

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

Property Value

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

Remarks

Tag names are returned as strings.

See Also

Reference