Table of Contents

Method GetImageExtWildcard

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

GetImageExtWildcard()

Iterates all registered image handlers, and returns a string containing file extension masks suitable for passing to file open/save dialog boxes.

public static string GetImageExtWildcard()

Returns

string

The format of the returned string is "(.ext1;.ext2)|.ext1;.ext2". It is usually a good idea to prepend a description before passing the result to the dialog.