VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / IsImageBlankRequestParams Class / maxNoiseLevel Property
Syntax Requirements SeeAlso
In This Topic
    maxNoiseLevel Property (IsImageBlankRequestParams)
    In This Topic
    Gets or sets permitted noise level.
    Syntax
    'Declaration
    
    Public Property maxNoiseLevel As Single
    
    
    public float maxNoiseLevel { get; set; }
    
    
    public: __property float get_maxNoiseLevel();
    public: __property void set_maxNoiseLevel(
    float value
    );
    public:
    property float maxNoiseLevel { float get(); void set(float value); }

    Property Value

    Possible values from 0 (0%) to 1 (100%). Default value is 0.01 (1%).
    Requirements

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

    See Also