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

Leadtools.Dicom Assembly