C#
VB
C++
Java
public int BitsAllocated { get; set; }
Public Property BitsAllocated As Integer
public int getBitsAllocated()
public void setBitsAllocated(int value)
public:
property int BitsAllocated {
int get();
void set ( int value);
}
Value that indicates the number of bits allocated for each pixel sample.
For an example, refer to GetImage.