Gets or sets a value indicating whether string data should be truncated to match the data store length when storing a DicomDataSet.
public bool AutoTruncateData { get; set; }
public:
property bool AutoTruncateData
{
bool get()
void set(bool value)
}
true to truncate the string data to match the data store length when storing a DicomDataSet; otherwise, it is false. The default value is false.
This should only be set to true if necessary. The data store length should be enough to hold the stored information according to the DICOM standards. However, if there are DicomDataSet objects that don't comply with the standard they won't be stored unless this option is set to true.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document