Declaration
property ICO_Format: TIOICOFormat;
Description
Specifies the compression for ICO file format.
Note: If you are using a
TIEMultiBitmap or
TImageEnMView, you can use
DuplicateCompressionInfo to propogate the parameter to all frames
Default: ieifICO (uncompressed)
// Writing example
ImageEnView1.IO.Params.ICO_Format := ieifPNG;
ImageEnView1.IO.SaveToFileICO('D:\myicon.ico');