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++
public virtual string TemporaryDirectory { get; } 
  
Public Overridable ReadOnly Property TemporaryDirectory As String 
public: 
virtual property String^ TemporaryDirectory { 
   String^ get(); 
} 

Property Value

The temporary directory.

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly