This method stops the preview.
[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 preview 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
Preview Members | Newtone.ImageKit.Win.WebCamera.Preview