Returns filter string for this format.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
ReadOnly Property FilterString As String
string FilterString { get; }
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]
.