Set TGA_Compressed property to true to compress TGA image (RLE compression).

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

Syntax

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

See Also