DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / DefaultModalityLUT Property



    DefaultModalityLUT Property
    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
    Remarks
    All new DicomImage objects will have this as their ModalityLUT property
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also