FreeImagePlugin.RegExpr Property

FreeImage.NET

FreeImagePluginRegExpr Property
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.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public string RegExpr { get; }

Property Value

Type: String
See Also