ScreenMinimumGrayscaleBitDepth Property (original) (raw)
Summary
Gets ort sets the screen minimum grayscale bit depth.
Syntax
[DataMemberAttribute()]
[ElementAttribute(7471370)]
public System.Nullable<int> ScreenMinimumGrayscaleBitDepth { get; set; }
public:
[ElementAttribute((gcnew DicomTag::ScreenMinimumGrayscaleBitDepth())),
DataMemberAttribute]
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.
Leadtools.Dicom.Common Assembly