XmpData.Keys Property

Gets an ICollection object containing the keys of the XmpData object.

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

Syntax

C#
public ICollection Keys { get; }

Property Value

An ICollection object containing the keys of the XmpData object.

Remarks

Tag names are returned as strings.

See Also

Reference