This method pauses or resumes playing of the video

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

Return Value

Returns True if successful, otherwise returns False

Explanation

The Pause method pauses the playing of the video that was started with the Start method. When play is paused, executing this method again will resume the video.

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

See Also

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

 

The ImageKit WPF is created by Newtone Corporation