Gets or sets the character sequence used to join recognized text from different zones. For compatibility with previous versions, this set by default to " \r\n". Note that this string is not inserted into the output of the
GetLetters method. When using that method, check the
ImGearOCRLetter.ZoneIndex property to determine which zone the charater was found in instead.
Syntax
'Declaration
Public MustOverride Property ZoneSeparator As String
'Usage
Dim instance As ImGearOCRPage
Dim value As String
instance.ZoneSeparator = value
value = instance.ZoneSeparator
public abstract string ZoneSeparator {get; set;}
public: __property abstract string* get_ZoneSeparator();
public: __property abstract void set_ZoneSeparator(
string* value
);
public:
abstract property String^ ZoneSeparator {
String^ get();
void set ( String^ value);
}
See Also