DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also