VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Document Namespace / DespeckleCommand Class / AutoConfigureLevels Property
Синтаксис Требования Смотрите также
В этом разделе
    AutoConfigureLevels Свойство (DespeckleCommand)
    В этом разделе
    Возвращает или задает значение, указывающее, следует ли использовать автоматическую настройку уровней и радиуса.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A value indicating whether automatic configuration of levels and radius should be used.")>
    <DefaultValueAttribute(True)>
    Public Property AutoConfigureLevels As Boolean
    
    
    [Description("A value indicating whether automatic configuration of levels and radius should be used.")]
    [DefaultValue(True)]
    public bool AutoConfigureLevels { get; set; }
    
    
    [Description("A value indicating whether automatic configuration of levels and radius should be used.")]
    [DefaultValue(True)]
    public: __property bool get_AutoConfigureLevels();
    public: __property void set_AutoConfigureLevels(
    bool value
    );
    [Description("A value indicating whether automatic configuration of levels and radius should be used.")]
    [DefaultValue(True)]
    public:
    property bool AutoConfigureLevels { bool get(); void set(bool value); }

    Property Value

    true, если включена автоматическая настройка уровней и радиуса; в противном случае - false. Значение по умолчанию - true.
    Требования

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

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