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);
}
See Also