←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly