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