This function estimates the quality of a Jpeg file. The returned value can be used with the IOParams.JPEG_Quality property.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static int CalcJpegFileQuality(
	string fileName
)
Public Shared Function CalcJpegFileQuality ( _
	fileName As String _
) As Integer
public:
static int CalcJpegFileQuality(
	String^ fileName
)

Parameters

fileName
String
The name of the jpeg file.

Return Value

Returns the estimated quality as a value in the range 0 to 100.

See Also