This property enables the transparent color in the base image.
[Visual Basic]   imagekitcontrolname.Transparent[= Boolean ]
[Visual C++]     [BOOL = ]imagekitcontrolname.GetTransparent()
                 imagekitcontrolname.SetTransparent(BOOL Val)
[VB.NET]   imagekitcontrolname.Transparent[= Boolean ]
[C#.NET]   imagekitcontrolname.Transparent[= bool ]

Reference

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

Explanation

The Transparent property enables the transparent color in the base image. The default value is False.

When True, the color set in the TransBlue, TransGreen, and TransRed properties will appear as transparent when the base image is displayed in the ImageKit Control.

If the base image referred to by the ImageHandle property is a vector image then transparency is disabled.

When the Transparent property is True and the BackgroundImageFile property is not set or set to a invalid file:
The ImageKit Control will be displayed through those portions of the base image where there is the transparent color.

When the Transparent property is True and the BackgroundImageFile property is set to a valid file:
The background image will be displayed through those portions of the base image where there is the transparent color.

Setting this value

  This value can be set at run-time.

Retrieving this value

  This value can be retrieved at run-time.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation