VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Jpeg Namespace / JpegFile Class / GetApproximateQualityValue() Method
Syntax Requirements SeeAlso
In This Topic
    GetApproximateQualityValue() Method (JpegFile)
    In This Topic
    Returns an approximate quality value, which was used for encoding this JPEG file.
    Syntax
    'Declaration
    
    Public Function GetApproximateQualityValue() As System.Int32
    
    
    public System.Int32 GetApproximateQualityValue()
    
    
    public: System.Int32 GetApproximateQualityValue()
    
    
    public:
    System.Int32 GetApproximateQualityValue()

    Return Value

    Quality value in range from 1 to 100 if quality value was calculated successfully; otherwise, -1.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also