Gets or sets the number of bits per entry in the Blue Palette Color Lookup Table.
public int BlueBits { get; set; }
Public Property BlueBits As Integer
public int BlueBits {get; set;}
public int getBlueBits()
public void setBlueBits(int value)
<br/>get_BlueBits();<br/>set_BlueBits(value);<br/>Object.defineProperty('BlueBits');
public:
property int BlueBits {
int get();
void set ( int value);
}
Value that indicates the number of bits per entry in the Blue 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