public int BitsStored {get; set;}
public int BitsStored {get; set;}
public int getBitsStored()
public void setBitsStored(int value)
get_BitsStored();
set_BitsStored(value);
Object.defineProperty('BitsStored');
public:
property int BitsStored {
int get();
void set ( int value);
}
Property Value
Value that indicates the number of bits stored for each pixel sample.