FormFix v6.0 for .NET - Updated
MarkState Property



Accusoft.FormFixSdk Namespace > OmrBubbleResult Class : MarkState Property
Gets a value indicating whether this bubble was detected as being marked or unmarked.
Syntax
'Declaration
 
Public ReadOnly Property MarkState As MarkState
'Usage
 
Dim instance As OmrBubbleResult
Dim value As MarkState
 
value = instance.MarkState
public MarkState MarkState {get;}
public:
property MarkState MarkState {
   MarkState get();
}
Remarks

This read-only property indicates if the bubble was detected as being in a Marked or Unmarked state.

The OmrProcessor determines if the bubble is in a marked or unmarked state, based on the detected MarkDensity of the bubble and other factors, which are influenced by the OmrProcessor's RecognitionEngine and Threshold properties.

See Also

Reference

OmrBubbleResult Class
OmrBubbleResult Members
MarkState Enumeration

Is this page helpful?
Yes No
Thanks for your feedback.