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

Show in webframe

FrameDetectionMethod Property (OmrZone)








Gets or sets the method used for detection OMR frame.
Syntax
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);
}

Property Value

OmrFrameDetectionMethod enumeration value that represents the method used for detecting OMR frame.
Requirements

Target Platforms

See Also

Reference

OmrZone Structure
OmrZone Members

Error processing SSI file