Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NJpegEncoderSettings Class / Quality Property


In This Topic
    Quality Property
    In This Topic
    Jpeg quality setting. Values are clamped to the range [0 - 100]. By default set to 92.
    Syntax
    'Declaration
     
    
    Public Property Quality As System.Integer
    'Usage
     
    
    Dim instance As NJpegEncoderSettings
    Dim value As System.Integer
     
    instance.Quality = value
     
    value = instance.Quality
    public System.int Quality {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also