'Declaration <DescriptionAttribute("Ratio of the wide bar width to the narrow bar width (only for barcodes width 1X and 2X bars width).")> <DefaultValueAttribute(2)> <CategoryAttribute("Common")> Public Property BarsRatio As Double
[Description("Ratio of the wide bar width to the narrow bar width (only for barcodes width 1X and 2X bars width).")] [DefaultValue(2)] [Category("Common")] public double BarsRatio { get; set; }
[Description("Ratio of the wide bar width to the narrow bar width (only for barcodes width 1X and 2X bars width).")] [DefaultValue(2)] [Category("Common")] public: __property double get_BarsRatio(); public: __property void set_BarsRatio(
double value
);
[Description("Ratio of the wide bar width to the narrow bar width (only for barcodes width 1X and 2X bars width).")] [DefaultValue(2)] [Category("Common")] public:
property double BarsRatio { double get(); void set(double value); }
Property Value
Минимальное значение - 1,5, максимальное - 3,5.
Значение по умолчанию: 2.
Значение по умолчанию: 2.