Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also