LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
EndVideoPreview Method
See Also 
Leadtools.Wia Namespace > WiaSession Class : EndVideoPreview Method



Shuts down the streaming video.

Syntax

Visual Basic (Declaration) 
Public Sub EndVideoPreview() 
Visual Basic (Usage)Copy Code
Dim instance As WiaSession
 
instance.EndVideoPreview()
C# 
public void EndVideoPreview()
C++/CLI 
public:
void EndVideoPreview(); 

Example

Remarks

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also