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

XmpDictionaryNode.IsFixedSize Property

Indicates whether the dictionary has a fixed size.

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

Syntax

Visual Basic
Public Overridable ReadOnly Property IsFixedSize As Boolean
C#
public virtual bool IsFixedSize { get; }

Property Value

Always false.

See Also

Reference