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 delegate bool SupportsExportTypeProc(
	FREE_IMAGE_TYPE type
)
Visual Basic (Declaration)
Public Delegate Function SupportsExportTypeProc ( _
	type As FREE_IMAGE_TYPE _
) As Boolean
Visual C++
public delegate bool SupportsExportTypeProc(
	FREE_IMAGE_TYPE type
)

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also