'Declaration <DefaultValueAttribute(500)> <DescriptionAttribute("Threshold value for algorithm of color conversion.")> Public Property Threshold As Integer
[DefaultValue(500)] [Description("Threshold value for algorithm of color conversion.")] public int Threshold { get; set; }
[DefaultValue(500)] [Description("Threshold value for algorithm of color conversion.")] public: __property int get_Threshold(); public: __property void set_Threshold(
int value
);
[DefaultValue(500)] [Description("Threshold value for algorithm of color conversion.")] public:
property int Threshold { int get(); void set(int value); }
Property Value
Minimum value is 0, maximum value is 765. Default value is 500.