Gets or sets the comment of this FreeImageBitmap. Supported formats are JPEG, PNG and GIF.

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

Syntax

C#
public string Comment { get; set; }
Visual Basic (Declaration)
Public Property Comment As String
Visual C++
public:
property String^ Comment {
	String^ get ();
	void set (String^ value);
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also