←Select platform

MinimumQuietMargin Property

Summary

Gets or sets the minimum quiet margin area threshold that surrounds the potential barcode.

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

Property Value

THe minimum quiet margin threshold.

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.