Returns the priority of the codec.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AdvancedPsd (in Aurigma.GraphicsMill.Codecs.AdvancedPsd.dll)
Public Overrides NotOverridable ReadOnly Property CodecPriority As Integer
public override sealed int CodecPriority { get; }
Graphics Mill 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.