LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly)

SearchRectangle Property

Show in webframe





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:
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

See Also

Reference

BarcodeReadActivity Class
BarcodeReadActivity Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.