Function that can be implemented.

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

Syntax

C#
protected virtual bool SupportsExportTypeProc(
	FREE_IMAGE_TYPE type
)
Visual Basic (Declaration)
Protected Overridable Function SupportsExportTypeProc ( _
	type As FREE_IMAGE_TYPE _
) As Boolean
Visual C++
protected:
virtual 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