Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / Reader Class / Area Property




In This Topic
Area Property (Reader)
In This Topic
Gets and sets the area of the image, in pixels, to analyze for barcode recognition.
Syntax
'Declaration
 
Public Property Area As Rectangle
 
'Usage
 
Dim instance As Reader
Dim value As Rectangle
 
instance.Area = value
 
value = instance.Area

Property Value

A System.Drawing.Rectangle 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