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

MetadataDictionary.Count Property

Gets number of items in the dictionary.

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

Syntax

Visual Basic
Public Overridable ReadOnly Property Count As Integer
C#
public virtual int Count { get; }

Property Value

Value that contains number of items in the dictionary.

See Also

Reference