←Select platform

OmrZoneState Enumeration

Summary

This enumeration represents the whether the zone is filled or not.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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 = { 
 
  Unfilled = 0, 
    Filled = 1, 
     
 }; 
public enum class OmrZoneState

Members

ValueMemberDescription
0Unfilled The OMR zone is not filled.
1Filled The OMR zone is filled.
Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize