←Select platform

MinimumBarcodeDimension Property

Summary

Gets or sets the minimum area threshold for considering a potential barcode candidate.

Syntax
C#
C++/CLI
Java
Python
public double MinimumBarcodeDimension { get; set; } 
public double getMinimumBarcodeDimension(); 
public void setMinimumBarcodeDimension( 
   double doubleValue 
); 
public:  
   property double MinimumBarcodeDimension 
   { 
      double get() 
      void set(double value) 
   } 
MinimumBarcodeDimension # get and set (FindBarcodeCandidateAreasCommand) 

Property Value

The minimum area threshold for a candidate.

Remarks

FindBarcodeCandidateAreasCommand currently supports QR barcodes only. Therefore the dimension property is the area of the barcode in the given BarcodeCandidateAreasUnitsType.

Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.