This property sets whether or not the transparent color in GIF and PNG images is enabled.

[C++Builder]   imagekitcontrolname->FileIO->Transparent[ = bool ]
[Delphi]   imagekitcontrolname.FileIO.Transparent[ = Boolean ]

Property Value

Value Explanation
True The transparent color is enabled
False The transparent color is disabled (Default)

Explanation

The Transparent property sets whether or not the transparent color, as set in the PalBlue, PalGreen, and PalRed properties, is enabled in GIF or PNG images. The default value is False

Setting this value

This value can be set at run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation