←Select platform

MICRCodeDetectionCommand Constructor(LeadRect)

Summary

Initializes a new MICRCodeDetectionCommand class object by specifying the searching zone.

Syntax

C#
VB
Objective-C
WinRT C#
C++
Public Function New( _ 
   ByVal searchingZone As Leadtools.LeadRect _ 
) 
public MICRCodeDetectionCommand(  
   Leadtools.LeadRect searchingZone 
) 
- (instancetype)initWithSearchingZone:(LeadRect)searchingZone 
function MICRCodeDetectionCommand(  
   searchingZone  
) 
public: 
MICRCodeDetectionCommand(  
   Leadtools.LeadRect searchingZone 
) 

Parameters

searchingZone
A LeadRect structure that represents the area to be searched.

Remarks

The MICRCodeDetectionCommand automatically finds an MICR zone in a document image.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly