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



Accusoft.FormFixSdk Namespace > OmrSegmentResult Class : Bubbles Property
The OmrBubbleResultCollection object that contains bubble analysis results data.
Syntax
'Declaration
 
Public ReadOnly Property Bubbles As OmrBubbleResultCollection
'Usage
 
Dim instance As OmrSegmentResult
Dim value As OmrBubbleResultCollection
 
value = instance.Bubbles
public OmrBubbleResultCollection Bubbles {get;}
public:
property OmrBubbleResultCollection^ Bubbles {
   OmrBubbleResultCollection^ get();
}
Remarks

This collection holds a list of OmrBubbleResult objects that contain the segment's bubble(s) analysis result data.

This collection is populated by the component when the OmrFieldResult object is created in response to an analysis request. The number of OmrBubbleResult objects in the collection corresponds to the number of OmrBubbleModel objects presented for analysis.

See Also

Reference

OmrSegmentResult Class
OmrSegmentResult Members

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