This method closes the file.
[Visual Basic] Public Function Close() As
Boolean
[C#] public bool Close();
Return Value
Returns True if successful, otherwise returns False
Explanation
The Close method closes the file by the Open method.
If successful, the State property will be changed. If unsuccessful, then "Step" will be set in the ErrorStatus property. (Usually this indicates that the Close method has been executed before the Open method.)
See Also
Play Members | Newtone.ImageKit.Win.WebCamera.Play