Leadtools.Wia Namespace > WiaSession Class : EndVideoPreview Method |
public void EndVideoPreview()
'Declaration Public Sub EndVideoPreview()
'Usage Dim instance As WiaSession instance.EndVideoPreview()
public: void EndVideoPreview();
This method shuts down the streaming video. To start video preview again, call the WiaSession.StartVideoPreview method again.
Call this function only after a successful call to WiaSession.StartVideoPreview method.