Enable LZW support for GIF and TIFF.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static IEImage..::..LZWSupportType LZWSupport { get; set; }
Public Shared Property LZWSupport As IEImage..::..LZWSupportType
	Get
	Set
public:
static property IEImage..::..LZWSupportType LZWSupport {
	IEImage..::..LZWSupportType get ();
	void set (IEImage..::..LZWSupportType value);
}

Examples

CopyC#
// enable full support
IEImage.LZWSupport=IEImage.LZWSupportType.Read | IEImage.LZWSupportType.Write;

See Also