C#
VB
Java
Objective-C
WinRT C#
C++
Gets the value that represents the location of the barcode in the image.
public LeadRect BarcodeLocation { get; }
Public ReadOnly Property BarcodeLocation As Leadtools.LeadRect
public Leadtools.LeadRect BarcodeLocation {get;}
@property (nonatomic, assign, readonly) LeadRect barcodeLocation
public LeadRect getBarcodeLocation()
get_BarcodeLocation();
public:
property Leadtools.LeadRect BarcodeLocation {
Leadtools.LeadRect get();
}
A LeadRect object that represents the location of the barcode in the image.
If the image does not contain a barcode, then the returned rectangle will contain the image dimensions.
For an example, refer to BarCodeReadPreprocessCommand
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET