←Select platform

BarcodeCandidateAreasUnitsType Enumeration

Summary

Specifies the units of measurement for the potential barcode candidate's area.

Syntax
C#
C++/CLI
Java
Python
public enum BarcodeCandidateAreasUnitsType 
public final class BarcodeCandidateAreasUnitsType 
    extends java.lang.Enum<BarcodeCandidateAreasUnitsType> 
public: 
   enum class BarcodeCandidateAreasUnitsType sealed 
class BarcodeCandidateAreasUnitsType(Enum): 
   None = 0 
   Pixels = 1 
   Inches = 2 
   Centimeters = 3 
Members
ValueMemberDescription
0NoneNo units specified.
1PixelsPixel area of the barcode candidate bounds.
2InchesArea in inches for the barcode candidate.
3CentimetersArea in centimeters for the barcode candidate.
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.