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

Show in webframe

Sensitivity Property (OmrZone)








Gets or sets the sensitivity used for detecting the OMR.
Syntax
public OmrSensitivity Sensitivity {get; set;}
'Declaration
 
Public Property Sensitivity As OmrSensitivity
'Usage
 
Dim instance As OmrZone
Dim value As OmrSensitivity
 
instance.Sensitivity = value
 
value = instance.Sensitivity
public OmrSensitivity Sensitivity {get; set;}
 <br/>get_Sensitivity();<br/>set_Sensitivity(value);<br/>Object.defineProperty('Sensitivity'); 
public:
property OmrSensitivity Sensitivity {
   OmrSensitivity get();
   void set (    OmrSensitivity value);
}

Property Value

OmrSensitivity enumeration value that represents the sensitivity used for detecting the OMR.
Remarks
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,
Requirements

Target Platforms

See Also

Reference

OmrZone Structure
OmrZone Members

Error processing SSI file