'Declaration <DescriptionAttribute("The threshold, in percents, for white pixels removal. Valid values are from 0 to 100.")> <DefaultValueAttribute(33)> Public Property WhitePixelRemovalThreshold As System.Int32
[Description("The threshold, in percents, for white pixels removal. Valid values are from 0 to 100.")] [DefaultValue(33)] public System.Int32 WhitePixelRemovalThreshold { get; set; }
[Description("The threshold, in percents, for white pixels removal. Valid values are from 0 to 100.")] [DefaultValue(33)] public: __property System.Int32 get_WhitePixelRemovalThreshold(); public: __property void set_WhitePixelRemovalThreshold(
System.Int32 value
);
[Description("The threshold, in percents, for white pixels removal. Valid values are from 0 to 100.")] [DefaultValue(33)] public:
property System.Int32 WhitePixelRemovalThreshold { System.Int32 get(); void set(System.Int32 value); }
Property Value
Допустимые значения: от 0 до 100. Значение по умолчанию - 33.