Delegate to a function that returns whether the plugin can handle
ICC-Profiles.
Namespace:
FreeImageAPI.Plugins
Assembly:
FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public delegate bool SupportsICCProfilesProc() |
| Visual Basic (Declaration) |
|---|
Public Delegate Function SupportsICCProfilesProc As Boolean |
| Visual C++ |
|---|
public delegate bool SupportsICCProfilesProc() |
Version Information
FreeImage.NET
Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1
See Also