ICImagingControl.ImageBitsPerPixel Property

Returns the bits per pixel of the buffers in the control. The bytes per pixel are calculated by dividing ImageBitsPerPixel by 8. The value of this property is determined by the value of the ICImagingControl.MemoryCurrentGrabberColorformat property.
Syntax:
Public ImageBitsPerPixel As Long
Limitations:

Run time only, read only.

See also: ICImagingControl, ICImagingControl.MemoryCurrentGrabberColorformat

<< ICImagingControl