Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > OmrCommand Class : FrameDetectionMethod Property |
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); }