FreeImage.GetImageComment Method

FreeImage.NET

FreeImageGetImageComment Method
Returns the comment of a JPEG, PNG or GIF image.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static string GetImageComment(
	FIBITMAP dib
)

Parameters

dib
Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.

Return Value

Type: String
Comment of the FreeImage bitmp, or null in case no comment exists.
Exceptions
ExceptionCondition
ArgumentNullExceptiondib is null.
See Also