←Select platform

MaximumBarcodeDimension Property

Summary

Gets or sets the maximum barcode dimension for this FindBarcodeCandidateAreasCommand.

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

Property Value

The area of the largest barcode candidate in the CandidateAreas.

Remarks

If not set, this property value will be set internally by the command with the area of the largest barcode in the candidate list.

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 22.0.2023.11.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.