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

MediaProcessorMetadataDictionary.GetEnumerator Method

Returns an enumerator that can iterate through a collection.

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

Syntax

Visual Basic
Public Function GetEnumerator As IEnumerator
C#
public IEnumerator GetEnumerator()

Return Value

An IEnumerator that can be used to iterate through the collection.

See Also

Reference