C#
VB
Java
Objective-C
WinRT C#
C++
This enumeration represents the whether the zone is filled or not.
public enum OmrZoneState
Public Enum OmrZoneState
public enum OmrZoneState
typedef NS_ENUM(NSInteger, LTOmrZoneState)
public enum OmrZoneState
Leadtools.ImageProcessing.Core.OmrZoneState = function() { };
Leadtools.ImageProcessing.Core.OmrZoneState.prototype = {<br/>
Unfilled = 0,
Filled = 1,
};
public enum class OmrZoneState
Members
Value | Member | Description |
---|---|---|
0 | Unfilled | The OMR zone is not filled. |
1 | Filled | The OMR zone is filled. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET