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



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

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

You must populate this collection before calling the AnalyzeField method. The number of OmrSegmentModel objects in the collection must correspond to the number of segments in the form field. Each OmrSegmentModel object must contain a number of OmrBubbleModel objects corresponding to the number of bubbles in the form field segment

See Also

Reference

OmrProcessor Class
OmrProcessor Members

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