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)
SyntaxC#
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