Checks whether this plugin can save a bitmap in the desired data type.

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

Syntax

C#
public bool SupportsExportType(
	FREE_IMAGE_TYPE type
)
Visual Basic (Declaration)
Public Function SupportsExportType ( _
	type As FREE_IMAGE_TYPE _
) As Boolean
Visual C++
public:
bool SupportsExportType(
	FREE_IMAGE_TYPE type
)

Parameters

type
Type: FreeImageAPI..::.FREE_IMAGE_TYPE
The desired image type.

Return Value

True if this plugin can save bitmaps as the desired type, else false.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also