Checks whether this plugin can save a bitmap in the desired data type.
Namespace:
FreeImageAPI.PluginsAssembly: 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.