Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / Result Class / Area Property




In This Topic
    Area Property (Result)
    In This Topic
    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