←Select platform

OmrZoneState Enumeration

Summary
This enumeration represents whether the zone is filled or not.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum OmrZoneState   
typedef NS_ENUM(NSInteger, LTOmrZoneState) { 
 LTOmrZoneStateUnfilled = 0,  
 LTOmrZoneStateFilled = 1,  
}; 
public final class OmrZoneState 
    extends java.lang.Enum<OmrZoneState> 
public enum class OmrZoneState   
class OmrZoneState(Enum): 
   Unfilled = 0 
   Filled = 1 
Members
ValueMemberDescription
0Unfilled The OMR zone is not filled.
1Filled The OMR zone is filled.
Requirements

Target Platforms

Help Version 22.0.2023.11.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.