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



In This Topic
    DefaultPresentationLUT Property
    In This Topic
    Default value for the PresentationLUT property
    Syntax
    'Declaration
     
    
    Public Shared Property DefaultPresentationLUT As Short
    'Usage
     
    
    Dim value As Short
     
    DicomImage.DefaultPresentationLUT = value
     
    value = DicomImage.DefaultPresentationLUT
    public static short DefaultPresentationLUT {get; set;}
    public:
    static property short DefaultPresentationLUT {
       short get();
       void set (    short value);
    }
    Remarks
    All new DicomImage objects will have this as their PresentationLUT 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