C#
VB
Java
WinRT C#
C++
Gets or set the third value in the "LUT Descriptor".
public int EntryBits { get; set; }
Public Property EntryBits As Integer
public int EntryBits {get; set;}
public int getEntryBits()
public void setEntryBits(int value)
<br/>get_EntryBits();<br/>set_EntryBits(value);<br/>Object.defineProperty('EntryBits');
public:
property int EntryBits {
int get();
void set ( int value);
}
Value indicating the third value in the "LUT Descriptor". Specifies the number of bits for each entry in the LUT Data.
Refer to DicomVoiLutAttributes example.
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