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

Show in webframe

MICRZone Property








Gets a LeadRect structure that represents the location of the MICR zone.
Syntax
public LeadRect MICRZone {get;}
'Declaration
 
Public ReadOnly Property MICRZone As LeadRect
'Usage
 
Dim instance As MICRCodeDetectionCommand
Dim value As LeadRect
 
value = instance.MICRZone
public LeadRect MICRZone {get;}
@property (nonatomic, assign, readonly) LeadRect micrZone
public LeadRect getMICRZone()
 get_MICRZone(); 
public:
property LeadRect MICRZone {
   LeadRect get();
}

Property Value

A LeadRect structure that represents the location of the MICR zone.
Example
Refer to the MICRCodeDetectionCommand example.
Requirements

Target Platforms

See Also

Reference

MICRCodeDetectionCommand Class
MICRCodeDetectionCommand Members

Error processing SSI file