ClearImageNet Send comments on this topic.
Zone Property
See Also 
Inlite.ClearImageNet Namespace > BarcodeReader Class : Zone Property




Limits barcode detection to a rectangular area on an image

Syntax

Visual Basic (Declaration) 
Public Property Zone As Rectangle
Visual Basic (Usage)Copy Code
Dim instance As BarcodeReader
Dim value As Rectangle
 
instance.Zone = value
 
value = instance.Zone
C# 
public Rectangle Zone {get; set;}
Managed Extensions for C++ 
public: __property Rectangle get_Zone();
public: __property void set_Zone( 
   Rectangle value
);
C++/CLI 
public:
property Rectangle Zone {
   Rectangle get();
   void set (Rectangle value);
}

Remarks

Set to empty rectangle to disable zoned detection

See Also

Generated from assembly ClearImageNet [5.7.1.0]