Delegate to a function that returns whether the plugin can handle the specified image type.

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

Syntax

C#
public SupportsExportTypeProc supportsExportTypeProc
Visual Basic (Declaration)
Public supportsExportTypeProc As SupportsExportTypeProc
Visual C++
public:
SupportsExportTypeProc^ supportsExportTypeProc

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also