←Select platform

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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly