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