Enable/disable alpha channel

Some formats like Gif, Png, Tiff, Ico, Cur contains an alpha channel that specifies the image’s pixels transparency.

If ZoomFilter is not None IEViewer disables the alpha channel.

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

Syntax

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

Field Value

If EnableAlphaChannel is True IEViewer shows the image using alpha channel.

See Also