Movie Player SDK ActiveX Control ReferenceMethods Snapshot2ImageFile Movie Player ActiveX Control Snapshot2ImageFile Snapshot to BMP, JPG, GIF, TIF, PNG file from video files. Public Function Snapshot2ImageFile( _ ByVal strImageFile As String, _ ByVal iImageFormat As Integer ) ParameterstrImageFilethe output file nameiImageFormatthe output image format0 - BMP1 - JPG2 - PNG3 - TIF4 - GIF Return ValueTrue - Success, False- FailedExample Visual Basic SyntaxMoviePlayer1.FileName ="c:\test.mpg"MoviePlayer1.PlayMoviePLayer.SnapShot2ImageFile "c:\test.jpg", 1