This method stops the video.

[Visual Basic] Public Function Stop() As Boolean
[C#] public bool Stop();

Return Value

Returns True if successful, otherwise returns False

Explanation

The Stop method stops the video that was started by the Start method.

If successful, the State property will be changed. If unsuccessful, then "Step" will be set in the ErrorStatus property.

See Also

Play Members | Newtone.ImageKit.Wpf.WebCamera.Play

 

The ImageKit WPF is created by Newtone Corporation