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