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

AdvancedPsdReader.CodecPriority Property

Returns the priority of the codec.

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

Syntax

Visual Basic
Public Overrides NotOverridable ReadOnly Property CodecPriority As Integer
C#
public override sealed int CodecPriority { get; }

Property Value

The priority of the codec.

Remarks

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.

See Also

Reference