'Declaration <DefaultValueAttribute(50)> <DescriptionAttribute("Maximum barcode height, in narrow bars, for Pharmacode barcode.")> Public Property PharmacodeMaxHeight As Single
[DefaultValue(50)] [Description("Maximum barcode height, in narrow bars, for Pharmacode barcode.")] public float PharmacodeMaxHeight { get; set; }
[DefaultValue(50)] [Description("Maximum barcode height, in narrow bars, for Pharmacode barcode.")] public: __property float get_PharmacodeMaxHeight(); public: __property void set_PharmacodeMaxHeight(
float value
);
[DefaultValue(50)] [Description("Maximum barcode height, in narrow bars, for Pharmacode barcode.")] public:
property float PharmacodeMaxHeight { float get(); void set(float value); }
Property Value
Значение по умолчанию: 50.