This method stops the video capture (recording).
[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 capture 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
Record Members | Newtone.ImageKit.Win.WebCamera.Record