The bits per component of the image data, must be one of 1, 2, 4, or 8.
'Declaration
Public Property BitsPerComponent As Integer
'Usage
Dim instance As ImageDataInfo
Dim value As Integer
instance.BitsPerComponent = value
value = instance.BitsPerComponent
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);
}
Property Value
An integer value which represents the bits per component of the image data.