Video Chat ActiveX Control

SnapShot

 

Snapshot Video Chat Receiver's video window and save to JPEG file.

Public Function SnapShot(
    ByVal strFileName As Integer
    )as bool
 

 

Parameter


strFileName - the output image file.

Return Value

Return true if successful, otherwise return false.


Example

   

Visual Basic Syntax
bResult=VideoChatReceiver1.Snapshot("c:\temp\test.jpg")