←Select platform

TemporaryDirectory Property

Summary

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

Syntax
C#
VB
C++
public static string TemporaryDirectory { get; set; } 
public: 
static property String^ TemporaryDirectory { 
   String^ get(); 
   void set (    String^ ); 
} 
Public Shared Property TemporaryDirectory() As String 
   Get 
   Set 

Property Value

A value that specifies the directory in which LEADTOOLS will create temporary files when creating disk-based RasterImage objects. Note that this is a global value and will be used by all the threads using LEADTOOLS in your application.

Example

For an example, refer to RasterDefaults.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly