FreeImage.NET Class Library Reference
SupportsExportTypeProc Delegate |
Delegate to a function that returns whether the plugin can handle the
specified image type.
Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public delegate bool SupportsExportTypeProc( FREE_IMAGE_TYPE type )
Parameters
- type
- Type: FreeImageAPIFREE_IMAGE_TYPE
Return Value
Type: BooleanSee Also