LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

SearchingZone Property

Show in webframe







(Write only) Sets the rectangle that represents the searching area that MICR detector should look for MICR code in. This could be the whole entire image area.
Syntax
public LeadRect SearchingZone {set;}
'Declaration
 
Public WriteOnly Property SearchingZone As LeadRect
'Usage
 
Dim instance As MICRCodeDetectionCommand
 
instance.SearchingZone = value
public LeadRect SearchingZone {set;}

            

            
 set_SearchingZone(value); 
public:
property LeadRect SearchingZone {
   void set (    LeadRect value);
}

Property Value

The rectangle that represents the searching area.
Example
For an example, refer to MICRCodeDetectionCommand.
Requirements

Target Platforms

See Also

Reference

MICRCodeDetectionCommand Class
MICRCodeDetectionCommand Members

 

 


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