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



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