Accusoft.FormFix5.Net
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* get_UnmarkedSegmentResult();
public: __property void set_UnmarkedSegmentResult( 
   string* value
);
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

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback