FreeImagePlugin.SupportsExportType Method

FreeImage.NET

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

Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool SupportsExportType(
	FREE_IMAGE_TYPE type
)

Parameters

type
Type: FreeImageAPIFREE_IMAGE_TYPE
The desired image type.

Return Value

Type: Boolean
True if this plugin can save bitmaps as the desired type, else false.
See Also