RegExprProc Delegate

FreeImage.NET

RegExprProc Delegate
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) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public delegate string RegExprProc()

Return Value

Type: String
See Also