The bits per component of the image data, must be one of 1, 2, 4, or 8.
public int BitsPerComponent {get; set;}
public: __property int get_BitsPerComponent();
public: __property void set_BitsPerComponent(
int value
);
public:
property int BitsPerComponent {
int get();
void set ( int value);
}
'Declaration
Public Property BitsPerComponent As Integer
'Usage
Dim instance As ImageDataInfo
Dim value As Integer
instance.BitsPerComponent = value
value = instance.BitsPerComponent
Property Value
An integer value which represents the bits per component of the image data.