ClearImage .NET API
Zone Property (BarcodeReader)





Inlite.ClearImageNet Namespace > BarcodeReader Class : Zone Property
Limits barcode detection to a rectangular area on an image
Syntax
'Declaration
 
Public Property Zone As System.Drawing.Rectangle
'Usage
 
Dim instance As BarcodeReader
Dim value As System.Drawing.Rectangle
 
instance.Zone = value
 
value = instance.Zone
public System.Drawing.Rectangle Zone {get; set;}
public read-write property Zone: System.Drawing.Rectangle; 
public function get,set Zone : System.Drawing.Rectangle
public:
property System.Drawing.Rectangle Zone {
   System.Drawing.Rectangle get();
   void set (    System.Drawing.Rectangle value);
}
Remarks
Set this property to enable barcode reading within a specific area of the image.
To read on the whole image set Zone to empty Rectangle. This is a default value.
See Also

Reference

BarcodeReader Class
BarcodeReader Members