LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)
LEAD Technologies, Inc

SearchRectangle Property






Gets or sets the rectangle that contains the search area for the barcodes.
Syntax
public Rectangle SearchRectangle {get; set;}
'Declaration
 
Public Property SearchRectangle As Rectangle
'Usage
 
Dim instance As BarcodeReadActivity
Dim value As Rectangle
 
instance.SearchRectangle = value
 
value = instance.SearchRectangle
public Rectangle SearchRectangle {get; set;}
 get_SearchRectangle();
set_SearchRectangle(value);
public:
property Rectangle SearchRectangle {
   Rectangle get();
   void set (    Rectangle value);
}

Property Value

Rectangle that contains the search area for the barcodes.
Remarks
Pass Rectangle.Empty to search the whole image. If this parameter is Rectangle.Empty and the image does not have a region, the entire image will be searched. If this parameter is Rectangle.Empty and the image has a region, only the region will be searched.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BarcodeReadActivity Class
BarcodeReadActivity Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.