VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebWebpEncoderSettings Class / Quality Property
Syntax Requirements SeeAlso
In This Topic
    Quality Property (WebWebpEncoderSettings)
    In This Topic
    Gets the compression quality. Between 0 and 100. For lossy, 0 gives the smallest size and 100 the largest. For lossless, this parameter is the amount of effort put into the compression: 0 is the fastest but gives larger files compared to the slowest, but best, 100.
    Syntax
    'Declaration
    
    Public Property Quality As Integer
    
    
    public int Quality { get; set; }
    
    
    public: __property int get_Quality();
    public: __property void set_Quality(
    int value
    );
    public:
    property int Quality { int get(); void set(int value); }

    Property Value

    Default value is 75.
    Requirements

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

    See Also