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