Returns the priority of the codec.

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

Syntax

Visual Basic

Public Overridable ReadOnly Property CodecPriority As Integer

C#

public virtual int CodecPriority { get; }

Property Value

The priority of the codec.

Remarks

Graphics Mill for .NET uses this value to resolve the conflict when several codec classes are used to load the same file format. It will choose the codec class which has the higher priority.