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