'Declaration <DescriptionAttribute("Width (and height for 2D barcodes), in pixels, of single block.")> <DefaultValueAttribute(3)> <CategoryAttribute("Common")> Public Property MinWidth As Integer
[Description("Width (and height for 2D barcodes), in pixels, of single block.")] [DefaultValue(3)] [Category("Common")] public int MinWidth { get; set; }
[Description("Width (and height for 2D barcodes), in pixels, of single block.")] [DefaultValue(3)] [Category("Common")] public: __property int get_MinWidth(); public: __property void set_MinWidth(
int value
);
[Description("Width (and height for 2D barcodes), in pixels, of single block.")] [DefaultValue(3)] [Category("Common")] public:
property int MinWidth { int get(); void set(int value); }
Property Value
Минимальное значение - 1. Значение по умолчанию - 3.