Accusoft.FormFix5.Net - Updated
MultiMarkDelimiter Property




Accusoft.FormFixSdk Namespace > OmrProcessor Class : MultiMarkDelimiter Property
The multi-mark result delimeter value of the field.
Syntax
'Declaration
 
Public Property MultiMarkDelimiter As String
'Usage
 
Dim instance As OmrProcessor
Dim value As String
 
instance.MultiMarkDelimiter = value
 
value = instance.MultiMarkDelimiter
public string MultiMarkDelimiter {get; set;}
public: __property string* get_MultiMarkDelimiter();
public: __property void set_MultiMarkDelimiter( 
   string* value
);
public:
property String^ MultiMarkDelimiter {
   String^ get();
   void set (    String^ value);
}
Remarks

This property specifies the delimeter string or character for a Multi-mark field that is used to separate multiple result values in a field's or segment's result

Default value is a comma character.

Note 1: Set this value to a string of the shortest practical length to avoid clipping in the OmrSegmentResult.Text property and incorrect values in the OmrFieldResult.Text property.

Note 2: 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