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

Show in webframe

OmrZoneState Enumeration








This enumeration represents the whether the zone is filled or not.
Syntax
'Declaration
 
Public Enum OmrZoneState 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As 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 : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0Unfilled The OMR zone is not filled.
1Filled The OMR zone is filled.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.OmrZoneState

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

Error processing SSI file