Declaration
property GIF_Comments: TStringList;
Description
Returns the text comments contained in a GIF file.
ImageEnView1.IO.Params.Gif_Comments.Clear;
ImageEnView1.IO.Params.GIF_Comments.Add('Hello world!');
ImageEnView1.SaveToFile('D:\output.gif');