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
<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.")>
<BrowsableAttribute(True)>
Public Property FastLoading As Boolean
Dim instance As SmartZoneOCR
Dim value As Boolean
instance.FastLoading = value
value = instance.FastLoading
[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.")]
[Browsable(true)]
public bool FastLoading {get; set;}
[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.")]
[Browsable(true)]
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.
See Also