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




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