This property sets the alpha channel in a PNG image.
[Visual Basic] Public Property PngAlphaChannel
As Boolean
[C#] public bool PngAlphaChannel {get;
set;}
Property Value
Value | Explanation |
---|---|
True | Sets the alpha channel as an independent plane (RGBA format) |
False (default) | Incorporates the alpha channel to produce an RGB image |
Explanation
The PngAlphaChannel property sets the alpha channel in a PNG image. The default value is False.
See Also
ImageKit Members | Newtone.ImageKit.Web.ImageKit