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

FormatManager.GetFilterString Method (String, 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 ( _
	title As String, _
	formats As Long() _
) As String
C#
public static string GetFilterString(
	string title,
	long[] formats
)

Parameters

title

Type: System.String

Title of the filter string.
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 and specified title.

See Also

Reference