Smoothing factor (0 is none, 100 is max). If JPEG_Smooth is not zero, the jpeg compressor smooth the image before compress it. This improves compression.

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

Syntax

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

See Also