This function estimates the quality of a Jpeg file. The returned value can be used with the IOParams.JPEG_Quality property.
Namespace: HiComponents.IEvolutionAssembly: 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.