C#
VB
C++
Gets ort sets the screen minimum grayscale bit depth.
[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)
}
The screen minimum grayscale bit depth.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET