Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
IsVideoPreviewAvailable Method
See Also 
Leadtools.Wia Namespace > WiaSession Class : IsVideoPreviewAvailable Method



Determines whether there is an available video preview.

Syntax

Visual Basic (Declaration) 
Public Function IsVideoPreviewAvailable() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WiaSession
Dim value As Boolean
 
value = instance.IsVideoPreviewAvailable()
C# 
public bool IsVideoPreviewAvailable()
C++/CLI 
public:
bool IsVideoPreviewAvailable(); 

Return Value

true if the video preview is started, false if not.

Example

Refer to WiaSession.IsVideoPreviewAvailable.

Remarks

This function is used to determine whether the video preview has started. Start the video preview by calling the 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