If True the GIF_TransparentColor color is valid (the image has a transparency color).

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool GIF_HasTransparentColor { get; set; }
Public Property GIF_HasTransparentColor As Boolean
	Get
	Set
public:
property bool GIF_HasTransparentColor {
	bool get ();
	void set (bool value);
}

See Also