C#
Objective-C
C++/CLI
Java
public int BitsStored { get; set; }
@property (nonatomic, assign) NSUInteger bitsStored;
public int getBitsStored()
public void setBitsStored(int value)
public:
property int BitsStored {
int get();
void set ( int value);
}
Value that indicates the number of bits stored for each pixel sample.