Gets or sets the number of bits per entry in the Red Palette Color Lookup Table.
public int RedBits { get; set; }
Public Property RedBits As Integer
public int RedBits {get; set;}
public int getRedBits()
public void setRedBits(int value)
<br/>get_RedBits();<br/>set_RedBits(value);<br/>Object.defineProperty('RedBits');
public:
property int RedBits {
int get();
void set ( int value);
}
Value that indicates the number of bits per entry in the Red Palette Color Lookup Table. Either 8 or 16.
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