FormFix v6.0 for .NET - Updated
BubbleShape Property



Accusoft.FormFixSdk Namespace > OmrProcessor Class : BubbleShape Property
The geometric shape of the bubble(s) in the field.
Syntax
'Declaration
 
Public Property BubbleShape As OmrBubbleShape
'Usage
 
Dim instance As OmrProcessor
Dim value As OmrBubbleShape
 
instance.BubbleShape = value
 
value = instance.BubbleShape
public OmrBubbleShape BubbleShape {get; set;}
public:
property OmrBubbleShape BubbleShape {
   OmrBubbleShape get();
   void set (    OmrBubbleShape value);
}
Remarks

This property specifies the geometric shape of the bubbles in the OMR field to be analyzed. See OmrBubbleShape for possible shape values.

Default value is OmrBubbleShape.Circle.

See Also

Reference

OmrProcessor Class
OmrProcessor Members

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