Barcode Xpress for .NET Core v13.9 - Updated
Area Property (Result)




Accusoft.BarcodeXpressSdk Namespace > Result Class : Area Property
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

Is this page helpful?
Yes No
Thanks for your feedback.