←Select platform

LutExplanation Property

Summary

Gets or sets the value of the "LUT Explanation" (0028,3003) element under the "VOI LUT Sequence" (0028,3010).

Syntax
C#
VB
C++
Java
public string LutExplanation { get; set; } 
Public Property LutExplanation As String 
public String getLutExplanation() 
public void setLutExplanation(String value) 
public: 
property String^ LutExplanation { 
   String^ get(); 
   void set (    String^ value); 
} 

Property Value

Value indicating the "LUT Explanation" (0028,3003) element under the "VOI LUT Sequence" (0028,3010). The maximum length of this string is 64.

Example

Refer to DicomVoiLutAttributes example.

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