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