Accusoft.BarcodeXpress10.Net
Area Property (Result)




Gets the bounding rectangular area of the recognized barcode.
Syntax
'Declaration
 
Public ReadOnly Property Area As Rectangle
'Usage
 
Dim instance As Result
Dim value As Rectangle
 
value = instance.Area
public Rectangle Area {get;}
public: __property Rectangle get_Area();
public:
property Rectangle Area {
   Rectangle get();
}

Property Value

A System.Drawing.Rectangle object.
Remarks

The rectangular area consists of the System.Drawing.Rectangle object which contains the coordinates x, y, width and height that the area surrounding the barcode analyzed.

See the Result Class desription for general information about retrieving results.

See Also

Reference

Result Class
Result Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback