ImageGear .NET - Updated March 30, 2018
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

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