Accusoft.FormFix5.Net
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 get_BubbleShape();
public: __property void set_BubbleShape( 
   OmrBubbleShape value
);
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

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback