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