TIFF_JPEGQuality is a quality factor, from 1 to 100 for TIFF compressed as JPEG. The higher the value, the better the image quality and the larger amount of memory needed.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int TIFF_JPEGQuality { get; set; }
Public Property TIFF_JPEGQuality As Integer
	Get
	Set
public:
property int TIFF_JPEGQuality {
	int get ();
	void set (int value);
}

See Also