Plugin.regExprProc Field

FreeImage.NET

PluginregExprProc Field
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 RegExprProc regExprProc

Field Value

Type: RegExprProc
See Also