←Select platform

InsertIconImageSequence Property

Summary

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.

Syntax
C#
VB
C++
public bool InsertIconImageSequence { get; set; } 
Public Property InsertIconImageSequence As Boolean 
public: 
property bool InsertIconImageSequence { 
   bool get(); 
   void set (    bool value); 
} 

Property 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.

Example

For an example, refer to Reset.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly