LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

BarcodeLocation Property

Show in webframe







Gets the value that represents the location of the barcode in the image.
Syntax
public LeadRect BarcodeLocation {get;}
'Declaration
 
Public ReadOnly Property BarcodeLocation As LeadRect
'Usage
 
Dim instance As BarCodeReadPreprocessCommand
Dim value As LeadRect
 
value = instance.BarcodeLocation
public LeadRect BarcodeLocation {get;}

            

            
 get_BarcodeLocation(); 
public:
property LeadRect BarcodeLocation {
   LeadRect get();
}

Property Value

Leadtools.LeadRect object that represents the location of the barcode in the image.
Remarks
If the image doesn't contain a barcode, then the returned rectangle will contain the image dimensions.
Example
For an example, refer to BarCodeReadPreprocessCommand
Requirements

Target Platforms

See Also

Reference

BarCodeReadPreprocessCommand Class
BarCodeReadPreprocessCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.