←Select platform

ScreenMinimumColorBitDepth Property

Summary

Gets or sets the screen minimum color bit depth.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
[ElementAttribute(7471372)] 
public System.Nullable<int> ScreenMinimumColorBitDepth { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(New DicomTag.ScreenMinimumColorBitDepth())>  
Public Property ScreenMinimumColorBitDepth() As Nullable(Of Integer) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute((gcnew DicomTag::ScreenMinimumColorBitDepth()))] 
   property Nullable<Int32>^ ScreenMinimumColorBitDepth 
   { 
      Nullable<Int32>^ get() 
      void set(Nullable<Int32>^ value) 
   } 

Property Value

The screen minimum color bit depth.

Remarks

Positive integer indicating the desired minimum total number of bits per color channel used to present a pixel. Required if Screen Minimum Grayscale Bit Depth (0072,010A) is not present.A 24-bit color system with 8 bits per color channel (red, green, blue) would have a value of 8.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly