VCDPropertyItems.Supported Method

This method returns, whether the specified property item is supported by the current video capture device.
Syntax:
[C#]
public bool get_Supported(string ItemIdentifier);
Parameter Description
ItemIdentifier

A string containing the identifier string of the property item.

Return Value:

The method returns True, if the property item specified by ItemIdentifier is supported by the current video capture device. If the property item is not supported, this method returns False.

Remarks:

For available identifiers see Standard Property Item identifiers.

See also: VCDPropertyItems, Standard Property Item identifiers

<< ICImagingControl.VCDPropertyItems