SaveAsBMP (ByVal Filename As String, ByVal Overwrite As Boolean) As Boolean
            Saves the current picture with all datas as .bmp file.
            Syntax:
                        JRStegano1.SaveAsBMP (Filename$,True)
            Return Value:                        
                        True if save was done without errors
|