FormFix v6.0 for .NET - Updated
Segments Property (OmrFieldResult)



Accusoft.FormFixSdk Namespace > OmrFieldResult Class : Segments Property
The OmrSegmentResult objects that contain a field's segment and bubble analysis results data
Syntax
'Declaration
 
Public ReadOnly Property Segments As OmrSegmentResultCollection
'Usage
 
Dim instance As OmrFieldResult
Dim value As OmrSegmentResultCollection
 
value = instance.Segments
public OmrSegmentResultCollection Segments {get;}
public:
property OmrSegmentResultCollection^ Segments {
   OmrSegmentResultCollection^ get();
}
Remarks

This collection holds a list of OmrSegmentResult objects that contain the field's segment level 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 OmrSegmentResult objects in the collection corresponds to the number of OmrSegmentModel objects presented for analysis.

See Also

Reference

OmrFieldResult Class
OmrFieldResult Members

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