This property sets the alpha channel in a PNG image

[Visual Basic]   imagekitcontrolname.File.PngAlphaChannel[ = Boolean ]
[Visual C++]     [ Bool = ]imagekitcontrolname.GetFile().GetPngAlphaChannel()
                      imagekitcontrolname.GetFile().SetPngAlphaChannel(BOOL Val)
[VB.NET]   imagekitcontrolname.File.PngAlphaChannel[ = Boolean ]
[C#.NET]   imagekitcontrolname.File.PngAlphaChannel[ = bool ]

Property Value

Value Explanation
True Sets the alpha channel as an independent plane (RGBA format)
False Incorporates the alpha channel to produce a RGB image

Explanation

The PngAlphaChannel property sets the alpha channel in a PNG image. The alpha channel is not incorporated to produce a 24 bit rbg image but rather set as an independent alpha plane (RGBA format). 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 ActiveX is a product created by Newtone Corporation