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

FormatManager.SupportedMediaFormatsForSave Property

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

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

Syntax

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

Property Value

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

See Also

Reference