Specifies the error type in the detected MICR zone.
[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
Value | Member | Description |
---|---|---|
0x00000000 | None | No errors. |
0x00000001 | OverlappedCharacters | Detected overlapped characters in the MICR zone. |
0x00000002 | BlurImage | Detected blur that affects the MICR zone. |
0x00000004 | IncorrectFieldsCount | Detected an incorrect number of fields in the MICR zone. |
0x00000008 | LargeFieldsDistance | Detected a large distance between two fields in the MICR zone. |
0x00000010 | MissingChar | Potential missing character in the detected MICR zone. |
0x00000020 | Noisy | Detected excess noise in the MICR zone. |
0x00000040 | AttachedToSignature | The detected MICR zone contains part of the signature. |
These flags also apply to the CMC7CodeDetectionCommand Issues.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document