ImageGear .NET v24.14 - Updated
Area Property (ImGearBarcodeReader)




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeReader Class : Area Property
Gets or sets the area of the image, in pixels, to analyze for barcode recognition.
Syntax
'Declaration
 
Public Property Area As ImGearRectangle
'Usage
 
Dim instance As ImGearBarcodeReader
Dim value As ImGearRectangle
 
instance.Area = value
 
value = instance.Area
public ImGearRectangle Area {get; set;}
public: __property ImGearRectangle get_Area();
public: __property void set_Area( 
   ImGearRectangle value
);
public:
property ImGearRectangle Area {
   ImGearRectangle get();
   void set (    ImGearRectangle value);
}

Property Value

A ImageGear.Core.ImGearRectangle object.
Remarks

If it is desired to analyze the entire image, set the Area property values (x, y, width and height) to zero.

Default value: 0,0,0,0

See Also

Reference

ImGearBarcodeReader Class
ImGearBarcodeReader Members