C#
VB
Java
WinRT C#
C++
Gets or sets the number of bits stored for each pixel sample.
public int BitsStored { get; set; }
Public Property BitsStored As Integer
public int BitsStored {get; set;}
public int getBitsStored()
public void setBitsStored(int value)
<br/>get_BitsStored();<br/>set_BitsStored(value);<br/>Object.defineProperty('BitsStored');
public:
property int BitsStored {
int get();
void set ( int value);
}
Value that indicates the number of bits stored for each pixel sample.
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