←Select platform

MICRCodeDetectionCommand Constructor(LeadRect)

Summary

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

Syntax
C#
VB
Objective-C
C++
Public Function New( _ 
   ByVal searchingZone As LeadRect _ 
) 
- (instancetype)initWithSearchingZone:(LeadRect)searchingZone 
public: 
MICRCodeDetectionCommand(  
   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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly