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

IFormatReader.CodecPriority Property

Returns the priority of the codec.

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

Syntax

Visual Basic
ReadOnly Property CodecPriority As Integer
C#
                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.

See Also

Reference