←Select platform

MICRZone Property

Summary

Gets a LeadRect structure that represents the location of the MICR zone.

Syntax
C#
VB
Objective-C
C++
Java
public LeadRect MICRZone { get; } 
Public ReadOnly Property MICRZone As LeadRect 
@property (nonatomic, assign, readonly) LeadRect micrZone 
public LeadRect getMICRZone() 
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

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