←Select platform

State Property

Summary

Gets or sets the state the detected zone.

Syntax
C#
VB
Objective-C
C++
Java
public OmrZoneState State { get; set; } 
Public Property State As OmrZoneState 
@property (nonatomic, assign) LTOmrZoneState state 
public OmrZoneState getState() 
public void setState(OmrZoneState value) 
public: 
property OmrZoneState State { 
   OmrZoneState get(); 
   void set (    OmrZoneState ); 
} 

Property Value

OmrZoneState enumeration value that represents whether the zone is filled or unfilled.

Remarks

To detect the accuracy percentage of this result, please refer to Confidence.

Requirements

Target Platforms

See Also

Reference

OmrZone Structure

OmrZone Members

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

Leadtools.ImageProcessing.Core Assembly