Dim objBmpImage AS Bitmap = New Bitmap(9450, 6750)
On execution of above line of code application crashes - Argument Exception- Parameter is not va
U r using the same object in the bitmap constructor before its actually being created. Try passing an already existing bitmap to the constructor.