TemporaryDirectory Property

Summary
The location of the temporary files. DICOM uses temporary files during the course of creating a file. If this parameter is a null reference (Nothing in VB), the DICOM temporary files are kept in the directory Windows places its own temporary files. If this parameter is not a null reference, the temporary files are placed in the specified directory.
Syntax
C#
VB
C++
[EditorAttribute(System.Type, System.Type)] 
public string TemporaryDirectory { get; set; } 
Public Property TemporaryDirectory As String 
public: 
property String^ TemporaryDirectory { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The temporary directory.

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.