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