Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

BarcodeLocation Property








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;}
@property (nonatomic, assign, readonly) LeadRect barcodeLocation
public LeadRect getBarcodeLocation()
 get_BarcodeLocation(); 
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

See Also

Reference

BarCodeReadPreprocessCommand Class
BarCodeReadPreprocessCommand Members

Error processing SSI file