SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / SmartZoneOCR Class / FastLoading Property




In This Topic
    FastLoading Property
    In This Topic
    This property has been marked as obsolete and no longer has any effect.
    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);
    }
    Remarks

    This property has been marked as obsolete and no longer has any effect.

    See Also