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

FormatManager.SupportedMediaFormatsForLoad Property

Gets an array of identifiers of media formats which can be read by Graphics Mill for .NET.

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

Syntax

Visual Basic
Public Shared ReadOnly Property SupportedMediaFormatsForLoad As Long()
C#
public static long[] SupportedMediaFormatsForLoad { get; }

Property Value

An array of identifiers of media formats which can be read by Graphics Mill for .NET.

See Also

Reference