←Select platform

ApplyLUTs Property

Summary

Indicates whether to apply the LUT flags when loading the DICOM image.

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

Property Value

true to pre-apply the DICOM LUT flags; otherwise, false. Default is true.

Remarks

In either case, the following flags are set when loading the DICOM file:

Setting ApplyLUTs to true adds the following flags:

Requirements

Target Platforms

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

Leadtools.Dicom.Imaging Assembly