←Select platform

BarcodeLocation Property

Summary

Gets the value that represents the location of the barcode in the image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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(); 
} 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly