Gets or sets a value indicating whether an Icon Image Sequence key (0088,0200) should be added to the Image Directory Record when adding a DICOM file or Data Set to the Directory.
public bool InsertIconImageSequence { get; set; }
Public Property InsertIconImageSequence As Boolean
public:
property bool InsertIconImageSequence {
bool get();
void set ( bool value);
}
true if an Icon Image Sequence key (0088,0200) should be added to the Image Directory Record when adding a DICOM file or Data Set to the Directory (the icon image used is representative of the image stored); otherwise, false.
For an example, refer to Reset.
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