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

MetadataDictionary.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

An object that implements ICollection that contains keys stored in this dictionary.

Implements

IDictionary.Keys

See Also

Reference