VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Info Namespace / IsImageBlankCommand Class / NoiseLevel Property
Syntax Requirements SeeAlso
In This Topic
    NoiseLevel Property (IsImageBlankCommand)
    In This Topic
    Gets the detected noise level.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public ReadOnly Property NoiseLevel As Single
    
    
    [Browsable(False)]
    public float NoiseLevel { get; }
    
    
    [Browsable(False)]
    public: __property float get_NoiseLevel();
    
    
    
    [Browsable(False)]
    public:
    property float NoiseLevel { float get(); }

    Property Value

    Possible values from 0 (0%) to 1 (100%).
    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