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 > OmrZone Structure : FrameDetectionMethod Property |
public OmrFrameDetectionMethod FrameDetectionMethod {get; set;}
'Declaration
Public Property FrameDetectionMethod As OmrFrameDetectionMethod
'Usage
Dim instance As OmrZone Dim value As OmrFrameDetectionMethod instance.FrameDetectionMethod = value value = instance.FrameDetectionMethod
public OmrFrameDetectionMethod FrameDetectionMethod {get; set;}
<br/>get_FrameDetectionMethod();<br/>set_FrameDetectionMethod(value);<br/>Object.defineProperty('FrameDetectionMethod');
public: property OmrFrameDetectionMethod FrameDetectionMethod { OmrFrameDetectionMethod get(); void set ( OmrFrameDetectionMethod value); }