VCDPropertyItems.Count Property

Returns the number of VCDPropertyItems supported by the current video capture device.
Syntax:
[C#]
public int Count;
Limitations:

Run time only, read only.

Remarks:

The Count is used to retrieve the range of the index for the VCDPropertyItems.Item method.

See also: VCDPropertyItems, VCDPropertyItems.Item

<< ICImagingControl.VCDPropertyItems