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

IFormatInfo.FilterString Property

Returns filter string for this format.

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

Syntax

Visual Basic
ReadOnly Property FilterString As String
C#
                string FilterString { get; }

Property Value

Filter string for this format.

Remarks

Filter string is used in file dialogs to specify what files to display. Class FormatManager searches for all format readers and writers, requests IFormatInfo interface, and extracts filter strings of each format to make a filter string which makes visible all files of supported formats and hides unsupported files.

Filter string is returned in file mask form, i.e. includes asterisk. Multiple extensions are separated by semicolon: *.[extension1];*.[extension2];*.[extension3].

See Also

Reference