public int BitsAllocated {get; set;}
'Declaration
Public Property BitsAllocated As Integer
'Usage
Dim instance As DicomImageInformation
Dim value As Integer
instance.BitsAllocated = value
value = instance.BitsAllocated
public int BitsAllocated {get; set;}
public int getBitsAllocated()
public void setBitsAllocated(int value)
get_BitsAllocated();
set_BitsAllocated(value);
Object.defineProperty('BitsAllocated');
public:
property int BitsAllocated {
int get();
void set ( int value);
}
Property Value
Value that indicates the number of bits allocated for each pixel sample.