FreeImageBitmap.Comment Property

FreeImage.NET

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

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public string Comment { get; set; }

Property Value

Type: String
See Also