'Declaration <DescriptionAttribute("A value indicating whether the black and white pixels removal thresholds are calculated automatically.")> <DefaultValueAttribute(True)> Public Property AutoThreshold As Boolean
[Description("A value indicating whether the black and white pixels removal thresholds are calculated automatically.")] [DefaultValue(True)] public bool AutoThreshold { get; set; }
[Description("A value indicating whether the black and white pixels removal thresholds are calculated automatically.")] [DefaultValue(True)] public: __property bool get_AutoThreshold(); public: __property void set_AutoThreshold(
bool value
);
[Description("A value indicating whether the black and white pixels removal thresholds are calculated automatically.")] [DefaultValue(True)] public:
property bool AutoThreshold { bool get(); void set(bool value); }
Property Value
true - пороговые значения вычисляются автоматически; false - пороговые значения используются из свойств BlackPixelRemovalThreshold и WhitePixelRemovalThreshold.
Значение по умолчанию - true.
Значение по умолчанию - true.