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




In This Topic
    TemporaryDir Property
    In This Topic
    Gets and sets dictionary working directory. Temporary file is created in this directory during the AnalyzeField(Object), AnalyzeField(IntPtr), and AnalyzeField(Image) calls.
    Syntax
    'Declaration
     
    
    Public Property TemporaryDir As String
    'Usage
     
    
    Dim instance As SmartZoneOCRDictionary
    Dim value As String
     
    instance.TemporaryDir = value
     
    value = instance.TemporaryDir
    public string TemporaryDir {get; set;}
    public: __property string* get_TemporaryDir();
    public: __property void set_TemporaryDir( 
       string* value
    );
    public:
    property String^ TemporaryDir {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    Default or empty value is equal to the System.IO.Path.GetTempPath result.
    See Also