If TGA_GrayLevel is true the image will be saved as gray levels.

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

Syntax

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

See Also