DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomImage Class / DefaultModalityLUT Property



In This Topic
    DefaultModalityLUT Property
    In This Topic
    Default value for the ModalityLUT property
    Syntax
    'Declaration
     
    
    Public Shared Property DefaultModalityLUT As Short
    'Usage
     
    
    Dim value As Short
     
    DicomImage.DefaultModalityLUT = value
     
    value = DicomImage.DefaultModalityLUT
    public static short DefaultModalityLUT {get; set;}
    public:
    static property short DefaultModalityLUT {
       short get();
       void set (    short value);
    }
    Remarks
    All new DicomImage objects will have this as their ModalityLUT property
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also