'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
Minimum value is 1.5, maximum value is 3.5.
Default value is 2.
Default value is 2.