ImageEn, unit iexBitmaps

TIOParams.GIF_Comments

TIOParams.GIF_Comments


Declaration

property GIF_Comments: TStringList;


Description

Returns the text comments contained in a GIF file.


Example

ImageEnView1.IO.Params.Gif_Comments.Clear;
ImageEnView1.IO.Params.GIF_Comments.Add('Hello world!');
ImageEnView1.SaveToFile('D:\output.gif');