←Select platform

BarcodeLocation Property

Summary
Gets the value that represents the location of the barcode in the image.
Syntax
C#
VB
Objective-C
C++
Java
public LeadRect BarcodeLocation { get; } 
Public ReadOnly Property BarcodeLocation As LeadRect 
@property (nonatomic, assign, readonly) LeadRect barcodeLocation 
public LeadRect getBarcodeLocation() 
public: 
property LeadRect BarcodeLocation { 
   LeadRect get(); 
} 

Property Value

A LeadRect object that represents the location of the barcode in the image.

Remarks

If the image does not contain a barcode, then the returned rectangle will contain the image dimensions.

Example

For an example, refer to BarCodeReadPreprocessCommand

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

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