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

MetadataEnumerator.Current Property

Gets a current key-value pair as an Object.

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

Syntax

Visual Basic
Public Overridable ReadOnly Property Current As Object
C#
public virtual Object Current { get; }

Property Value

A current key-value pair.

See Also

Reference