[Description("Height, in pixels, of 1D barcode.")] [DefaultValue(100)] [Category("1D Barcodes")] public int Height { get; set; }
[Description("Height, in pixels, of 1D barcode.")] [DefaultValue(100)] [Category("1D Barcodes")] public: __property int get_Height(); public: __property void set_Height(
int value
);
[Description("Height, in pixels, of 1D barcode.")] [DefaultValue(100)] [Category("1D Barcodes")] public:
property int Height { int get(); void set(int value); }
'Declaration <DescriptionAttribute("Height, in pixels, of 1D barcode.")> <DefaultValueAttribute(100)> <CategoryAttribute("1D Barcodes")> Public Property Height As Integer
Property Value
Минимальное значение - 3, максимальное - 4096. Значение по умолчанию - 100.