SaveToString
This method saves a zone to a string including all recognition and preprocessing settings.
The generated string can later be used as an argument for the LoadFromString method.
This is useful if you do not want to save an entire Cairo project, but only a single zone with its settings.
Syntax
SaveToString (SaveString As String)
Parameter | Description |
---|---|
SaveString |
Receives a string containing all stored information in unencoded format. |