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