ImageGear .NET v24.12 - Updated
UseModalityLUT Field




ImageGear24.Formats.Dicom Assembly > ImageGear.Formats.DICOM Namespace > ImGearPresStateOptions Structure : UseModalityLUT Field
Tells whether to use or ignore Modality LUT.
Syntax
'Declaration
 
Public UseModalityLUT As Boolean
'Usage
 
Dim instance As ImGearPresStateOptions
Dim value As Boolean
 
value = instance.UseModalityLUT
 
instance.UseModalityLUT = value
public bool UseModalityLUT
public: bool UseModalityLUT
public:
bool UseModalityLUT

Field Value

Boolean value
Remarks
This property tells whether to use or ignore Modality LUT when loading or saving a presentation state object.

The default value is true.

See Also

Reference

ImGearPresStateOptions Structure
ImGearPresStateOptions Members