FreeImage.NET Class Library Reference
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: StringComment of the FreeImage bitmp, or null in case no comment exists.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | dib is null. |
See Also