AutoDisplayDescription Property

Summary
Gets or sets a value indicating whether to automatically display DICOM element tag descriptions.
Syntax
C#
VB
C++
public bool AutoDisplayDescription { get; set; } 
Public Property AutoDisplayDescription As Boolean 
public: 
property bool AutoDisplayDescription { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to auto display the description; otherwise, false.

Remarks

The description can only be displayed if the DICOM element tag is in the LEADTOOLS DicomTag table. Elements not found will not have a description displayed.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.