ICImagingControl.LiveSuspend Method

Suspends a prepared image stream and switches it into prepared state.
Syntax:
[C#]
Public bool LiveSuspend();
Return Value:

The method returns true, if the operation was successful.

Information:

Introduced in version 3.1

See also: ICImagingControl, ICImagingControl.LivePrepare, ICImagingControl.LiveStart, ICImagingControl.LiveVideoRunning, ICImagingControl.IsLivePrepared

<< ICImagingControl