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




In This Topic
    UseVOILUT Field
    In This Topic
    Tells whether to use or ignore VOI LUT.
    Syntax
    'Declaration
     
    Public UseVOILUT As Boolean
    'Usage
     
    Dim instance As ImGearPresStateOptions
    Dim value As Boolean
     
    value = instance.UseVOILUT
     
    instance.UseVOILUT = value
    public bool UseVOILUT
    public: bool UseVOILUT
    public:
    bool UseVOILUT

    Field Value

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

    The default value is true.

    See Also