FormFix v6.0 for .NET - Updated
UnmarkedSegmentResult Property



Accusoft.FormFixSdk Namespace > OmrProcessor Class : UnmarkedSegmentResult Property
The unmarked segment result value of the field.
Syntax
'Declaration
 
Public Property UnmarkedSegmentResult As String
'Usage
 
Dim instance As OmrProcessor
Dim value As String
 
instance.UnmarkedSegmentResult = value
 
value = instance.UnmarkedSegmentResult
public string UnmarkedSegmentResult {get; set;}
public:
property String^ UnmarkedSegmentResult {
   String^ get();
   void set (    String^ value);
}
Remarks

This property specifies a result string or character value for a field's segment that was determined to have no bubbles marked.

Default value is a space character.

Note: The value cannot be greater than 511 characters in length. If setting this value to a string longer than 511 characters, the string will be clipped to the first 511 characters.

See Also

Reference

OmrProcessor Class
OmrProcessor Members

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