Accusoft.SmartZoneOCR4.Net
FastLoading Property
See Also  Send Feedback
Accusoft.SmartZoneOCRSdk Namespace > SmartZoneOCR Class : FastLoading Property






Glossary Item Box

Gets and sets a value indicating whether this component will leave the OCR data files that are written to disk when it's destroyed.

Syntax

 
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.

Remarks

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.

See Also

©2013. Accusoft Corporation. All Rights Reserved.