←Select platform

ScreenMinimumGrayscaleBitDepth Property

Summary

Gets ort sets the screen minimum grayscale bit depth.

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

Property Value

The screen minimum grayscale bit depth.

Remarks

Positive integer indicating the desired minimum number of grayscale bits per pixel of the screen. Required if Screen Minimum Color Bit Depth is not present.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly