DetectionMaxScale Property (Ai1DBarcodeRegionDetector)
Gets or sets the maximum image scale that is allowable for AI barcode region detection.
'Declaration
Public Property DetectionMaxScale As Double
public double DetectionMaxScale { get; set; }
public: __property double get_DetectionMaxScale();
public: __property void set_DetectionMaxScale(
double
);
public:
property double DetectionMaxScale {
double get();
void set(double );
}
Property Value
Barcode region detector will process the source image if image scale is less or equal than value of this property; otherwise, the barcode region detector will divide source image into tiles and process each tile separately.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7