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

Show in webframe

OmrCommand Constructor(OmrFrameDetectionMethod,OmrSensitivity)








enumeration that is used to specify the OMR frame detection method.
enumeration that is used to specify the sensitivity of the OMR detection engine.
Initializes a new OmrCommand class object with explicit parameters.
Syntax
'Declaration
 
Public Function New( _
   ByVal frameDetectionMethod As OmrFrameDetectionMethod, _
   ByVal sensitivity As OmrSensitivity _
)
'Usage
 
Dim frameDetectionMethod As OmrFrameDetectionMethod
Dim sensitivity As OmrSensitivity
 
Dim instance As New OmrCommand(frameDetectionMethod, sensitivity)
- (instancetype)initWithFrameDetectionMethod:(LTOmrFrameDetectionMethod)frameDetectionMethod
                                 sensitivity:(LTOmrSensitivity)sensitivity
            
public OmrCommand(
   OmrFrameDetectionMethod frameDetectionMethod, 
   OmrSensitivity sensitivity
)
            
function OmrCommand( 
   frameDetectionMethod ,
   sensitivity 
)

Parameters

frameDetectionMethod
enumeration that is used to specify the OMR frame detection method.
sensitivity
enumeration that is used to specify the sensitivity of the OMR detection engine.
Requirements

Target Platforms

See Also

Reference

OmrCommand Class
OmrCommand Members
Overload List

Error processing SSI file