'Declaration <DescriptionAttribute("Width (and height for 2D barcodes), in pixels, of single block.")> <CategoryAttribute("Common")> <DefaultValueAttribute(3)> Public Property MinWidth As Integer
[Description("Width (and height for 2D barcodes), in pixels, of single block.")] [Category("Common")] [DefaultValue(3)] public int MinWidth { get; set; }
[Description("Width (and height for 2D barcodes), in pixels, of single block.")] [Category("Common")] [DefaultValue(3)] public: __property int get_MinWidth(); public: __property void set_MinWidth(
int value
);
[Description("Width (and height for 2D barcodes), in pixels, of single block.")] [Category("Common")] [DefaultValue(3)] public:
property int MinWidth { int get(); void set(int value); }
Property Value
Minimum value is 1. Default value is 3.