DicomObjects.NET.8.48 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 System.Short
    'Usage
     
    
    Dim value As System.Short
     
    DicomImage.DefaultPresentationLUT = value
     
    value = DicomImage.DefaultPresentationLUT
    public static System.short DefaultPresentationLUT {get; set;}
    public read-write property DefaultPresentationLUT: System.Int16; static; 
    public static function get,set DefaultPresentationLUT : System.short
    public: __property static System.short get_DefaultPresentationLUT();
    public: __property static void set_DefaultPresentationLUT( 
       System.short value
    );
    public:
    static property System.short DefaultPresentationLUT {
       System.short get();
       void set (    System.short value);
    }
    Remarks
    All new DicomImage objects will have this as their PresentationLUT property
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also