C#
VB
C++
Gets or sets the sensitivity used for detecting the OMR.
public OmrSensitivity Sensitivity { get; set; }
Public Property Sensitivity As Leadtools.Imageprocessing.Core.OmrSensitivity
public:
property Leadtools.Imageprocessing.Core.OmrSensitivity Sensitivity {
Leadtools.Imageprocessing.Core.OmrSensitivity get();
void set ( Leadtools.Imageprocessing.Core.OmrSensitivity );
}
OmrSensitivity enumeration value that represents the sensitivity used for detecting the OMR.
High sensitivity means that if the OMR frame is not fully filled, the engine will detect it as filled. Low sensitivity means that the OMR frame must be filled completely to be detected as filled,
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET