Returns a regular expression string that can be used by a regular expression engine to identify the bitmap. FreeImageQt makes use of this function.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public static string GetFIFRegExpr(
	FREE_IMAGE_FORMAT fif
)
Visual Basic (Declaration)
Public Shared Function GetFIFRegExpr ( _
	fif As FREE_IMAGE_FORMAT _
) As String
Visual C++
public:
static String^ GetFIFRegExpr(
	FREE_IMAGE_FORMAT fif
)

Return Value

A regular expression string.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also