'Declaration <DescriptionAttribute("A threshold value of black pixel density, for each field in the table, for determining filled state of the field.")> <DefaultValueAttribute(0,1)> Public Property Threshold As Single
[Description("A threshold value of black pixel density, for each field in the table, for determining filled state of the field.")] [DefaultValue(0,1)] public float Threshold { get; set; }
[Description("A threshold value of black pixel density, for each field in the table, for determining filled state of the field.")] [DefaultValue(0,1)] public: __property float get_Threshold(); public: __property void set_Threshold(
float value
);
[Description("A threshold value of black pixel density, for each field in the table, for determining filled state of the field.")] [DefaultValue(0,1)] public:
property float Threshold { float get(); void set(float value); }
Property Value
Valid values are from 0 to 1. Default value is 0.1.