VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Document Namespace / BorderRemovalCommand Class / MaxBorderNoise Property
Синтаксис Требования Смотрите также
В этом разделе
    MaxBorderNoise Свойство (BorderRemovalCommand)
    В этом разделе
    Возвращает или задает допустимый уровень шума в процентах на границе изображения.
    Синтаксис
    '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

    Допустимые значения от 0 до 100. Значение по умолчанию - 0.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также