FormFix v6.0 for .NET - Updated
MarkDensity Property



Accusoft.FormFixSdk Namespace > OmrBubbleResult Class : MarkDensity Property
Gets a value reporting the density that pixels are marked in the bubble.
Syntax
'Declaration
 
Public ReadOnly Property MarkDensity As Integer
'Usage
 
Dim instance As OmrBubbleResult
Dim value As Integer
 
value = instance.MarkDensity
public int MarkDensity {get;}
public:
property int MarkDensity {
   int get();
}
Remarks

This read-only property indicates the percent of pixels in the bubble that were marked.

This value is affected by the value of OmrProcessor properties AnalysisComparisonMethod, BubbleShape, SingleBubbleAreaAdjustmentMethod.

See Also

Reference

OmrBubbleResult Class
OmrBubbleResult Members

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