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

FormatManager.GetFormatDescription Method

Returns user-friendly format description.

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

Syntax

Visual Basic
Public Shared Function GetFormatDescription ( _
	format As Long _
) As String
C#
public static string GetFormatDescription(
	long format
)

Parameters

format

Type: System.Int64

An integer value that specifies a media format ID of necessary format.

Return Value

The string value that contains the description for specified format.

Remarks

Each format supported with Graphics Mill for .NET has its own format ID. They are represented by static fields of FormatManager, such as JpegFormat, GifFormat, etc.

See Also

Reference