Delegate to a function that determines whether the source defined by and is a valid image.

Namespace:  FreeImageAPI.Plugins
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public delegate bool ValidateProc(
	ref FreeImageIO io,
	fi_handle handle
)
Visual Basic (Declaration)
Public Delegate Function ValidateProc ( _
	ByRef io As FreeImageIO, _
	handle As fi_handle _
) As Boolean
Visual C++
public delegate bool ValidateProc(
	FreeImageIO% io, 
	fi_handle handle
)

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also