VideoNorm.Name Property

Returns the name of the VideoNorm.
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 norm.

[C#]
VideoNorm Nrm = ICImagingControl1.VideoNorms[0]; ICImagingControl1.VideoNorm = Nrm.Name;
See also: VideoNorm

<< ICImagingControl.VideoNorm