Delegate to a function that returns a comma seperated list
of file extensions the plugin can read or write.
Namespace:
FreeImageAPI.Plugins
Assembly:
FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public delegate string ExtensionListProc() |
Visual Basic (Declaration) |
---|
Public Delegate Function ExtensionListProc As String |
Visual C++ |
---|
public delegate String^ ExtensionListProc() |
Version Information
FreeImage.NET
Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1
See Also