VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.AI Namespace / Ai1DBarcodeRegionDetector Class / DetectionMaxScale Property
Syntax Requirements SeeAlso
In This Topic
    DetectionMaxScale Property (Ai1DBarcodeRegionDetector)
    In This Topic
    Gets or sets the maximum image scale that is allowable for AI barcode region detection.
    Syntax
    'Declaration
    
    Public Property DetectionMaxScale As Double
    
    
    public double DetectionMaxScale { get; set; }
    
    
    public: __property double get_DetectionMaxScale();
    public: __property void set_DetectionMaxScale(
    double value
    );
    public:
    property double DetectionMaxScale { double get(); void set(double value); }

    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.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7

    See Also