Gets or sets the "number of entries" in the lookup table of the "Red Palette Color Lookup Table Descriptor" (0028,1101) element.
public int RedNumberOfEntries { get; set; }
Public Property RedNumberOfEntries As Integer
public int RedNumberOfEntries {get; set;}
public int getRedNumberOfEntries()
public void setRedNumberOfEntries(int value)
<br/>get_RedNumberOfEntries();<br/>set_RedNumberOfEntries(value);<br/>Object.defineProperty('RedNumberOfEntries');
public:
property int RedNumberOfEntries {
int get();
void set ( int value);
}
Specifies the "number of entries" in the lookup table of the "Red Palette Color Lookup Table Descriptor" (0028,1101) element.
For an example, refer to DeletePaletteColorLut.
DicomPaletteColorLutAttributes Class
DicomPaletteColorLutAttributes Members
RedFirstStoredPixelValueMapped Property
GreenFirstStoredPixelValueMapped Property
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