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