VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Info Namespace / GetBorderRectCommand Class / MaxBorderNoise Property
Syntax Requirements SeeAlso
In This Topic
    MaxBorderNoise Property (GetBorderRectCommand)
    In This Topic
    Gets or sets permitted noise level, in percents, on the border of an image.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Permitted noise level, in percents, on the border of an image.
    Valid values are from 0 to 100.")>
    <DefaultValueAttribute(0)>
    Public Property MaxBorderNoise As Double
    
    
    [Description("Permitted noise level, in percents, on the border of an image.
    Valid values are from 0 to 100.")]
    [DefaultValue(0)]
    public double MaxBorderNoise { get; set; }
    
    
    [Description("Permitted noise level, in percents, on the border of an image.
    Valid values are from 0 to 100.")]
    [DefaultValue(0)]
    public: __property double get_MaxBorderNoise();
    public: __property void set_MaxBorderNoise(
    double value
    );
    [Description("Permitted noise level, in percents, on the border of an image.
    Valid values are from 0 to 100.")]
    [DefaultValue(0)]
    public:
    property double MaxBorderNoise { double get(); void set(double value); }

    Property Value

    Valid values are from 0 to 100. Default value is 0.
    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