LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

MICRZone Property

Show in webframe







(Read only) Gets a rectangle that contains the MICR code in the image.
Syntax
public LeadRect MICRZone {get;}
'Declaration
 
Public ReadOnly Property MICRZone As LeadRect
'Usage
 
Dim instance As MICRCodeDetectionCommand
Dim value As LeadRect
 
value = instance.MICRZone
public LeadRect MICRZone {get;}

            

            
 get_MICRZone(); 
public:
property LeadRect MICRZone {
   LeadRect get();
}

Property Value

The rectangle that contains the MICR code in the image.
Remarks
If no MICR found, an empty Leadtools.LeadRect will be returned.
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.