Accusoft.Forms1 - Updated
Area Property (Reader)



Accusoft.BarcodeXpressSdk Namespace > Reader Class : Area Property
Gets and sets the area of the image, in pixels, to analyze for barcode recognition.
Syntax
Public Property Area As Rectangle
Dim instance As Reader
Dim value As Rectangle
 
instance.Area = value
 
value = instance.Area
public Rectangle Area {get; set;}
public:
property Rectangle Area {
   Rectangle get();
   void set (    Rectangle value);
}

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

Reference

Reader Class
Reader Members