VideoFormat.Name Property

Returns the name of the VideoFormat.
Syntax:
[C#]
public string Name;
Limitations:

Read only.

Remarks:

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

Sample:

This example selects the first available video format.

[C#]
VideoFormat Fmt = ICImagingControl1.VideoFormats[0]; ICImagingControl1.VideoFormat = Fmt.Name;
See also: VideoFormat, VideoFormats Collection

<< ICImagingControl.VideoFormat