Gets or sets whether the Leadtools.Dicom.DicomDataSet should be saved on a disk or to a database.
public bool CopyDicomDataSetOnDisk { get; set; }
Public Property CopyDicomDataSetOnDisk As Boolean
true to save the Leadtools.Dicom.DicomDataSet on a disk; false to save to a database. The default calue is false.
To save the Leadtools.Dicom.DicomDataSet to disk the database should include the column "DatasetPath" and the version number should be 1.5 or higher
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET