ImageGear .NET v25.2 - Updated
ImageGear.Formats.Dicom Assembly / ImageGear.Formats.DICOM Namespace / ImGearDICOMDisplaySettings Class / PresentationLUT Field




In This Topic
    PresentationLUT Field
    In This Topic
    Provides access to Presentation LUT.
    Syntax
    'Declaration
     
    Public PresentationLUT As ImGearFullLUT
    'Usage
     
    Dim instance As ImGearDICOMDisplaySettings
    Dim value As ImGearFullLUT
     
    value = instance.PresentationLUT
     
    instance.PresentationLUT = value
    public ImGearFullLUT PresentationLUT
    public: ImGearFullLUT* PresentationLUT
    public:
    ImGearFullLUT^ PresentationLUT

    Field Value

    ImageGear.Core.ImGearFullLUT class object.
    Remarks
    The default value is null.
    See Also