Delegate to a function that returns a regular expression that can be used to idientify whether a file can be handled by the plugin.

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

Syntax

C#
public delegate string RegExprProc()
Visual Basic (Declaration)
Public Delegate Function RegExprProc As String
Visual C++
public delegate String^ RegExprProc()

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also