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 | The transparent color is disabled |
Explanation
The Transparent property sets whether or not the transparent color, as set in the TransparentBlue, TransparentGreen, and TransparentRed properties, is enabled in GIF or PNG images.
To use this property, you must have the appropriate ImageKit7 Dll files.
See Also
ImageKit.File Members | Newtone.ImageKit.Win.ImageKit