'Declaration Public Property hasTransparentColor As Boolean
public bool hasTransparentColor { get; set; }
Property Value
True - image processing command do not overlay pixel of image if pixel color equal TransparentColor;
False - image processing command does not check transparency of pixel color and always overlies pixel.
Default value is False.
False - image processing command does not check transparency of pixel color and always overlies pixel.
Default value is False.