This property sets whether or not the transparent color in GIF and PNG images is enabled.
[Visual Basic] Public Property Transparent As
Boolean
[C#] public bool Transparent {get; set;}
Property Value
| Value | Explanation |
|---|---|
| True | The transparent color is enabled |
| False (default) | The transparent color is disabled |
Explanation
The Transparent property sets whether or not the transparent color, as set in the TransparentRed, TransparentGreen, and TransparentBlue properties, is enabled in GIF or PNG images.Note: To use this property, you must have the appropriate ImageKit7 dlls.
See Also
ImageKit Members | Newtone.ImageKit.Web.ImageKit