CodecRegistry.FormatOrder Property

Gets or sets the order of file formats for codec selection.

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

Syntax

C#
public FileFormat[] FormatOrder { get; set; }

Property Value

An array of FileFormat values specifying the format order.

See Also

Reference