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

Show in webframe

FrameDetectionMethod Property (OmrCommand)








Gets or sets the OMR frame detection method used for the OMR engine.
Syntax
public OmrFrameDetectionMethod FrameDetectionMethod {get; set;}
'Declaration
 
Public Property FrameDetectionMethod As OmrFrameDetectionMethod
'Usage
 
Dim instance As OmrCommand
Dim value As OmrFrameDetectionMethod
 
instance.FrameDetectionMethod = value
 
value = instance.FrameDetectionMethod
public OmrFrameDetectionMethod FrameDetectionMethod {get; set;}
@property (nonatomic, assign) LTOmrFrameDetectionMethod frameDetectionMethod
public OmrFrameDetectionMethod getFrameDetectionMethod()
public void setFrameDetectionMethod(OmrFrameDetectionMethod value)
            
 <br/>get_FrameDetectionMethod();<br/>set_FrameDetectionMethod(value);<br/>Object.defineProperty('FrameDetectionMethod'); 
public:
property OmrFrameDetectionMethod FrameDetectionMethod {
   OmrFrameDetectionMethod get();
   void set (    OmrFrameDetectionMethod value);
}

Property Value

OmrFrameDetectionMethod that represents the OMR frame detection method.
Requirements

Target Platforms

See Also

Reference

OmrCommand Class
OmrCommand Members

Error processing SSI file