Gets or sets Sets a value that specifies the directory in which LEADTOOLS will create temporary files when creating
            disk-based 
RasterImage objects.
            
            
            
            
 Syntax
Syntax
| Visual Basic (Declaration) |  | 
|---|
| Public Shared Property TemporaryDirectory As String | 
| C# |  | 
|---|
| public static string TemporaryDirectory {get; set;} | 
| Managed Extensions for C++ |  | 
|---|
| public: __property static string* get_TemporaryDirectory();
public: __property static void set_TemporaryDirectory( 
   string* value
); | 
| C++/CLI |  | 
|---|
| public:
static property String^ TemporaryDirectory {
   String^ get();
   void set (String^ value);
} | 
Return Value
            A value that specifies the directory in which LEADTOOLS will create temporary files when creating
            disk-based 
RasterImage objects.
            
 Example
Example
            
            
             Requirements
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
 See Also
See Also