Delegate to a function that returns whether the plugin can handle the
specified image type.
Namespace:
FreeImageAPI.PluginsAssembly: 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 ) |
Parameters
- type
- Type: FreeImageAPI..::.FREE_IMAGE_TYPE