←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 = {<br/> 
  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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly