Movie Player Pro ActiveX Control ReferenceMethods SnapShot2ByteArray Movie Player ActiveX Control Snapshot2ByteArray Snapshot from video files and return Byte Array. Public Function Snapshot2ByteArray( _) as VARIANT ParameterNo ParameterReturn ValueReturn VARIANT. Example Visual Basic .NET SyntaxDim bytes() As Bytebytes = AxMoviePlayer1.SnapShot2ByteArray() If IsNothing(bytes) Then Exit Sub End IfpictureBox1.Image = Image.FromStream(New System.IO.MemoryStream(bytes))