LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
TemporaryDirectory Property
See Also 
Leadtools Namespace > RasterDefaults Class : TemporaryDirectory Property



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
Visual Basic (Usage)Copy Code
Dim value As String
 
RasterDefaults.TemporaryDirectory = value
 
value = RasterDefaults.TemporaryDirectory
C# 
public static string TemporaryDirectory {get; set;}
C++/CLI 
public:
static property String^ TemporaryDirectory {
   String^ get();
   void set (    String^ value);
}

Property Value

A value that specifies the directory in which LEADTOOLS will create temporary files when creating disk-based RasterImage objects.

Example

For an example, refer to RasterDefaults.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also