ImageGear .NET v25.2 - Updated
ImageGear.Formats.Dicom Assembly / ImageGear.Formats.DICOM Namespace / ImGearPresStateOptions Structure / UseModalityLUT Field




In This Topic
    UseModalityLUT Field
    In This Topic
    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