'Declaration <DescriptionAttribute("Scale factor that is used for upscaling or downscaling an image before barcode recognition.")> <DefaultValueAttribute(1)> Public Property ImageScaleFactor As Single
[Description("Scale factor that is used for upscaling or downscaling an image before barcode recognition.")] [DefaultValue(1)] public float ImageScaleFactor { get; set; }
[Description("Scale factor that is used for upscaling or downscaling an image before barcode recognition.")] [DefaultValue(1)] public: __property float get_ImageScaleFactor(); public: __property void set_ImageScaleFactor(
float value
);
[Description("Scale factor that is used for upscaling or downscaling an image before barcode recognition.")] [DefaultValue(1)] public:
property float ImageScaleFactor { float get(); void set(float value); }
Property Value
1 - image not changed;
>1 - image will be upscaled;
<1 - image will be downscaled.
Default value is 1. Minimum value is 1/20. Maximum value is 4.
>1 - image will be upscaled;
<1 - image will be downscaled.
Default value is 1. Minimum value is 1/20. Maximum value is 4.