FormFix v6.0 for .NET - Updated
Bubbles Property (OmrSegmentModel)



Accusoft.FormFixSdk Namespace > OmrSegmentModel Class : Bubbles Property
The OmrBubbleModel objects that models a field segment's bubbles
Syntax
'Declaration
 
Public ReadOnly Property Bubbles As OmrBubbleModelCollection
'Usage
 
Dim instance As OmrSegmentModel
Dim value As OmrBubbleModelCollection
 
value = instance.Bubbles
public OmrBubbleModelCollection Bubbles {get;}
public:
property OmrBubbleModelCollection^ Bubbles {
   OmrBubbleModelCollection^ get();
}
Remarks

This collection holds a list of OmrBubbleModel objects and represent the core bubble grid dimension and result value data required for field analysis.

You must populate this collection before you call the AnalyzeField method. The number of OmrBubbleModel objects in the collection must correspond to the number of bubbles in the form fields's segment

See Also

Reference

OmrSegmentModel Class
OmrSegmentModel Members

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