'Declaration <DefaultValueAttribute(3)> <DescriptionAttribute("The minimum allowable difference between colors for image region in the source document image. Valid values are from 0 to 255.")> Public Property ColorLowThreshold As System.Int32
[DefaultValue(3)] [Description("The minimum allowable difference between colors for image region in the source document image. Valid values are from 0 to 255.")] public System.Int32 ColorLowThreshold { get; set; }
[DefaultValue(3)] [Description("The minimum allowable difference between colors for image region in the source document image. Valid values are from 0 to 255.")] public: __property System.Int32 get_ColorLowThreshold(); public: __property void set_ColorLowThreshold(
System.Int32 value
);
[DefaultValue(3)] [Description("The minimum allowable difference between colors for image region in the source document image. Valid values are from 0 to 255.")] public:
property System.Int32 ColorLowThreshold { System.Int32 get(); void set(System.Int32 value); }
Property Value
Допустимые значения - от 0 до 255. Значение по умолчанию - 3.