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
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
See Also