ImageGear .NET v24.12 - Updated
UsePresentationLUT Field




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

Field Value

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

The default value is true.

See Also

Reference

ImGearPresStateOptions Structure
ImGearPresStateOptions Members