DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / DefaultPresentationLUT Property






    DefaultPresentationLUT Property
    Default value for the PresentationLUT property
    Syntax
    'Declaration
     
    
    Public Shared Property DefaultPresentationLUT As System.Short
     
    'Usage
     
    
    Dim value As System.Short
     
    DicomImage.DefaultPresentationLUT = value
     
    value = DicomImage.DefaultPresentationLUT
    Remarks
    All new DicomImage objects will have this as their PresentationLUT property
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also