←Select platform

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

Leadtools.Dicom.Common Assembly