VideoFormat.BitsPerPixel Property

Returns the bits per pixel of the VideoFormat. The byte count per pixel is calculated by dividing the bits per pixel count by 8.
Syntax:
Public BitsPerPixel As Long
Limitations:

Read only.

Remarks:

Selecting devices, input channels, video norms and video formats is shown in the Making Device Settings chapter.

See also: VideoFormat, VideoFormat.Width, VideoFormat.Height, VideoFormats Collection

<< ICImagingControl.VideoFormat