←Select platform

MICRCodeDetectionCommand Constructor(LeadRect)

Summary
Initializes a new MICRCodeDetectionCommand class object by specifying the searching zone.
Syntax
C#
Objective-C
C++/CLI
Java
Python
- (instancetype)initWithSearchingZone:(LeadRect)searchingZone NS_DESIGNATED_INITIALIZER; 
public MICRCodeDetectionCommand( 
   LeadRect searchingZone 
); 
public: 
MICRCodeDetectionCommand(  
   LeadRect searchingZone 
) 
__init__(self,searchingZone) # Overloaded constructor 

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 22.0.2023.11.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.