'Declaration <DefaultValueAttribute(1)> <DescriptionAttribute("The minimum percentage of white pixels in inverted text block. Possible values are from 0.0 (0%) to 49.0 (49%).")> Public Property MinWhitePercentage As Double
[DefaultValue(1)] [Description("The minimum percentage of white pixels in inverted text block. Possible values are from 0.0 (0%) to 49.0 (49%).")] public double MinWhitePercentage { get; set; }
[DefaultValue(1)] [Description("The minimum percentage of white pixels in inverted text block. Possible values are from 0.0 (0%) to 49.0 (49%).")] public: __property double get_MinWhitePercentage(); public: __property void set_MinWhitePercentage(
double value
);
[DefaultValue(1)] [Description("The minimum percentage of white pixels in inverted text block. Possible values are from 0.0 (0%) to 49.0 (49%).")] public:
property double MinWhitePercentage { double get(); void set(double value); }
Property Value
Возможные значения от 0,0 (0%) до 49,0 (49%). Значение по умолчанию: 1,0 (1%).