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

FormatManager.GetFilterString Method (Int64[])

Returns filter string for open/save file dialogs that contains all specified file formats.

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

Syntax

Visual Basic
Public Shared Function GetFilterString ( _
	formats As Long() _
) As String
C#
public static string GetFilterString(
	long[] formats
)

Parameters

formats

Type: System.Int64 []

Array of file formats identifiers.

Return Value

String that contains a filter string for open/save file dialogs that contains all specified file formats.

See Also

Reference