FormFix v6.0 for .NET - Updated
UnmarkedBubbleThreshold Property



Accusoft.FormFixSdk Namespace > OmrProcessor Class : UnmarkedBubbleThreshold Property
Deprecated. Use the Threshold property and set the RecognitionEngine property to RecognitionEngine.SingleThreshold instead. Gets or sets the unmarked bubble analysis threshold value of the field.
Syntax
'Declaration
 
<ObsoleteAttribute("Use the Threshold property and set the RecognitionEngine property to RecognitionEngine.SingleThreshold")>
Public Property UnmarkedBubbleThreshold As Integer
'Usage
 
Dim instance As OmrProcessor
Dim value As Integer
 
instance.UnmarkedBubbleThreshold = value
 
value = instance.UnmarkedBubbleThreshold
[Obsolete("Use the Threshold property and set the RecognitionEngine property to RecognitionEngine.SingleThreshold")]
public int UnmarkedBubbleThreshold {get; set;}
[Obsolete("Use the Threshold property and set the RecognitionEngine property to RecognitionEngine.SingleThreshold")]
public:
property int UnmarkedBubbleThreshold {
   int get();
   void set (    int value);
}
Remarks

This property specifies a percentage between 0 and 100 that bubbles in a field segment must differ in mark density by before the segment can be considered to contain a marked bubble, unless all bubbles have been marked. This property is not used if the segment contains a single bubble.

This value is only used when the RecognitionEngine property has a value of RecognitionEngine.DualThresholdLegacy.

Default value: 8

See Also

Reference

OmrProcessor Class
OmrProcessor Members
MarkedBubbleThreshold Property
RecognitionEngine Property
Threshold Property

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