Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

MICRCodeDetectionCommand Constructor(LeadRect)








A LeadRect structure that represents the area to be searched.
Initializes a new MICRCodeDetectionCommand class object by specifying the searching zone.
Syntax
public MICRCodeDetectionCommand( 
   LeadRect searchingZone
)
'Declaration
 
Public Function New( _
   ByVal searchingZone As LeadRect _
)
'Usage
 
Dim searchingZone As LeadRect
 
Dim instance As New MICRCodeDetectionCommand(searchingZone)
public MICRCodeDetectionCommand( 
   LeadRect searchingZone
)
- (instancetype)initWithSearchingZone:(LeadRect)searchingZone
function MICRCodeDetectionCommand( 
   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

See Also

Reference

MICRCodeDetectionCommand Class
MICRCodeDetectionCommand Members
Overload List

Error processing SSI file