This property sets the alpha channel when loading and saving 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 in a independent plane (RGBA format) |
| False | Incorporates the alpha channel to produce a RGB image (default) |
Explanation
The PngAlphaChannel property sets the alpha channel when loading or saving a PNG image.
To use this property, you must have the appropriate ImageKit7 Dll files.