VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Info Namespace / IsImageBlankCommand Class / MaxNoiseLevel Property
Syntax Requirements SeeAlso
In This Topic
    MaxNoiseLevel Property (IsImageBlankCommand)
    In This Topic
    Gets or sets permitted noise level.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Permitted noise level.
    Possible values from 0 (0%) to 1 (100%).")>
    <DefaultValueAttribute(0,01)>
    Public Property MaxNoiseLevel As Single
    
    
    [Description("Permitted noise level.
    Possible values from 0 (0%) to 1 (100%).")]
    [DefaultValue(0,01)]
    public float MaxNoiseLevel { get; set; }
    
    
    [Description("Permitted noise level.
    Possible values from 0 (0%) to 1 (100%).")]
    [DefaultValue(0,01)]
    public: __property float get_MaxNoiseLevel();
    public: __property void set_MaxNoiseLevel(
    float value
    );
    [Description("Permitted noise level.
    Possible values from 0 (0%) to 1 (100%).")]
    [DefaultValue(0,01)]
    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: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also