DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / Enable10BitDisplay Property






In This Topic
    Enable10BitDisplay Property
    In This Topic
    To allows support for 10bit data.
    Syntax
    'Declaration
     
    
    Public Shared Property Enable10BitDisplay As System.Boolean
    'Usage
     
    
    Dim value As System.Boolean
     
    DicomGlobal.Enable10BitDisplay = value
     
    value = DicomGlobal.Enable10BitDisplay
    public static System.bool Enable10BitDisplay {get; set;}
    public read-write property Enable10BitDisplay: System.Boolean; static; 
    public static function get,set Enable10BitDisplay : System.boolean
    public: __property static System.bool get_Enable10BitDisplay();
    public: __property static void set_Enable10BitDisplay( 
       System.bool value
    );
    public:
    static property System.bool Enable10BitDisplay {
       System.bool get();
       void set (    System.bool value);
    }
    Remarks
    This is an experimental feature to handle data as 10bit
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also