Visual Basic
C#
Delphi
JScript
Managed Extensions for C++
C++/CLI
Property Value
A boolean value which is true if the data files are not destroyed with the SmartZoneOCR object. Otherwise, false is returned.Default value: false
The SmartZoneOCR component relies on a database files to perform its recognition processing. By default, these files, totaling about 41 Megabytes, are written to disk when the SmartZoneOCR component is created, and removed when it is destroyed. This property can be used to save the time required to write and delete these files.
When this property is set to its default value of false, the OCR data files are written to disk when the SmartZoneOCR component is created, and removed when it is destroyed.
When this property is true, the SmartZoneOCR component will not delete the OCR data files when it is destroyed. This will allow the next SmartZoneOCR component that is created, to skip writing the files.