←Select platform

MICRCodeFoundIssue Enumeration

Summary

Specifies the error type in the detected MICR zone.

Syntax
C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()] 
public enum MICRCodeFoundIssue 
typedef NS_ENUM(NSInteger, LTMICRCodeFoundIssue) { 
 LTMICRCodeFoundIssueNone = 0,  
 LTMICRCodeFoundIssueOverlappedCharacters = 0x0001,  
 LTMICRCodeFoundIssueBlurImage = 0x0002,  
 LTMICRCodeFoundIssueIncorrectFieldsCount = 0x0004,  
 LTMICRCodeFoundIssueLargeFieldsDistance = 0x0008,  
 LTMICRCodeFoundIssueMissingChar = 0x0010,  
 //LTMICRCodeFoundIssueIncorrectPatterns = (int)ltimgcor.MICR_DETECTION_INCORRECT_PATTERNS,  
 LTMICRCodeFoundIssueNoisy = 0x0020,  
 LTMICRCodeFoundIssueAttachedToSigniture = 0x0040 
}; 
public final class MICRCodeFoundIssue 
    extends java.lang.Enum<MICRCodeFoundIssue> 
public: 
   [FlagsAttribute] 
   enum class MICRCodeFoundIssue sealed 
class MICRCodeFoundIssue(Enum): 
   None = 0 
   OverlappedCharacters = 1 
   BlurImage = 2 
   IncorrectFieldsCount = 4 
   LargeFieldsDistance = 8 
   MissingChar = 16 
   Noisy = 32 
   AttachedToSignature = 64 
Members
ValueMemberDescription
0x00000000NoneNo errors.
0x00000001OverlappedCharactersDetected overlapped characters in the MICR zone.
0x00000002BlurImageDetected blur that affects the MICR zone.
0x00000004IncorrectFieldsCountDetected an incorrect number of fields in the MICR zone.
0x00000008LargeFieldsDistanceDetected a large distance between two fields in the MICR zone.
0x00000010MissingCharPotential missing character in the detected MICR zone.
0x00000020NoisyDetected excess noise in the MICR zone.
0x00000040AttachedToSignatureThe detected MICR zone contains part of the signature.
Remarks

These flags also apply to the CMC7CodeDetectionCommand Issues.

Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.