Accusoft.Forms1 - Updated
Area Property (Result)



Accusoft.BarcodeXpressSdk Namespace > Result Class : Area Property
Gets the bounding rectangular area of the recognized barcode.
Syntax
Public ReadOnly Property Area As Rectangle
Dim instance As Result
Dim value As Rectangle
 
value = instance.Area
public Rectangle Area {get;}
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