SmartZone v6.1 for .NET - Updated
FastLoading Property




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > SmartZoneOCR Class : FastLoading Property
This property has been deprecated and will be removed from the API in a future release.
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
'Declaration
 
<BrowsableAttribute(False)>
<CategoryAttribute("Optimization")>
<DescriptionAttribute("Indicates if SmartZoneOCR will not remove the OCR data files that it writes to disk so subsequent SmartZoneOCR objects will have a faster load time.")>
Public Property FastLoading As Boolean
'Usage
 
Dim instance As SmartZoneOCR
Dim value As Boolean
 
instance.FastLoading = value
 
value = instance.FastLoading
[Browsable(false)]
[Category("Optimization")]
[Description("Indicates if SmartZoneOCR will not remove the OCR data files that it writes to disk so subsequent SmartZoneOCR objects will have a faster load time.")]
public bool FastLoading {get; set;}
[Browsable(false)]
[Category("Optimization")]
[Description("Indicates if SmartZoneOCR will not remove the OCR data files that it writes to disk so subsequent SmartZoneOCR objects will have a faster load time.")]
public: __property bool get_FastLoading();
public: __property void set_FastLoading( 
   bool value
);
[Browsable(false)]
[Category("Optimization")]
[Description("Indicates if SmartZoneOCR will not remove the OCR data files that it writes to disk so subsequent SmartZoneOCR objects will have a faster load time.")]
public:
property bool FastLoading {
   bool get();
   void set (    bool value);
}

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

Reference

SmartZoneOCR Class
SmartZoneOCR Members

Is this page helpful?
Yes No
Thanks for your feedback.