C#
VB
Objective-C
WinRT C#
C++
Initializes a new MICRCodeDetectionCommand class object by specifying the searching zone.
public MICRCodeDetectionCommand(
LeadRect searchingZone
)
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
)
searchingZone
A LeadRect structure that represents the area to be searched.
The MICRCodeDetectionCommand automatically finds an MICR zone in a document image.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET