'Declaration <DescriptionAttribute("The black pixel density of the field on the template image.")> <DefaultValueAttribute(0)> Public Property FilledPercentOnTemplate As Single
[Description("The black pixel density of the field on the template image.")] [DefaultValue(0)] public float FilledPercentOnTemplate { get; set; }
[Description("The black pixel density of the field on the template image.")] [DefaultValue(0)] public: __property float get_FilledPercentOnTemplate(); public: __property void set_FilledPercentOnTemplate(
float value
);
[Description("The black pixel density of the field on the template image.")] [DefaultValue(0)] public:
property float FilledPercentOnTemplate { float get(); void set(float value); }
Property Value
Valid values are from 0 to 1. Default value is 0.