VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebWebpLosslessFormatSettings Class / NearLossless Property
Syntax Requirements SeeAlso
In This Topic
    NearLossless Property (WebWebpLosslessFormatSettings)
    In This Topic
    Gets a value indicating whether near lossless mode should be used. This option adjusts pixel values to help compressibility, but has minimal impact on the visual quality.
    Syntax
    'Declaration
    
    Public Property NearLossless As Boolean
    
    
    public bool NearLossless { get; set; }
    
    
    public: __property bool get_NearLossless();
    public: __property void set_NearLossless(
    bool value
    );
    public:
    property bool NearLossless { bool get(); void set(bool value); }

    Property Value

    Default value is false.
    Requirements

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

    See Also