Gets or sets Sets a value that specifies the directory in which LEADTOOLS will create temporary files when creating disk-based 
RasterImage objects. 
Syntax
| Visual Basic (Declaration) | 
  | 
Public Shared Property TemporaryDirectory As String  | 
 
| C# | 
  | 
public static string TemporaryDirectory {get; set;} | 
 
| 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
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
 
See Also