GetApproximateQualityValue() Method (JpegFile)
In This Topic
Returns an approximate quality value, which was used for encoding this JPEG file.
Syntax
public System.Int32 GetApproximateQualityValue()
public: System.Int32 GetApproximateQualityValue()
public:
System.Int32 GetApproximateQualityValue()
'Declaration
Public Function GetApproximateQualityValue() As System.Int32
Return Value
Quality value in range from 1 to 100 if quality value was calculated successfully; otherwise, -1.
Requirements
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5
See Also