ImageGear .NET v25.2 - Updated
ImageGear.Barcode Assembly / ImageGear.Barcode Namespace / ImGearBarcodeResult Class / Area Property




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

    Property Value

    A ImageGear.Core.ImGearRectangle object.
    Remarks

    The rectangular area consists of the ImageGear.Core.ImGearRectangle object which contains the coordinates x, y, width and height that the area surrounding the barcode analyzed.

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

    See Also