Click or drag to resize

PngImageInfoHasTransparentColor Property

Indicates that the image contains a transparency color.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool HasTransparentColor { get; set; }

Property Value

Type: Boolean
When HasTransparenctColor is set to true then TransparentColor will be set to a color value for the image that is supposed to be transparent.
See Also